Loading plugins/img_viewer/img_viewer.js +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ class ImageViewer extends Plugin { tileSources: tileSources, sequenceMode: tileSources.length > 1 }); document.getElementById('img_dialog_wrap').style.display = 'block'; document.getElementById('img_dialog_wrap').style.display = 'flex'; } openImagesInDialog() { Loading Loading
plugins/img_viewer/img_viewer.js +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ class ImageViewer extends Plugin { tileSources: tileSources, sequenceMode: tileSources.length > 1 }); document.getElementById('img_dialog_wrap').style.display = 'block'; document.getElementById('img_dialog_wrap').style.display = 'flex'; } openImagesInDialog() { Loading