Commit a5f17ce6 authored by Mickaël Desfrênes's avatar Mickaël Desfrênes
Browse files

Fix pour affichage dans Firefox (cf. archean)

parent 987ce1f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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() {