Skip to content
Snippets Groups Projects

Issue #3376862: Preview keeps on reopening after closing

1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -68,6 +68,12 @@
// Force a refresh of the preview pane.
forceRefresh: async () => {
// If no preview iframe already open, nothing to do.
const iframe = document.querySelector('iframe.preview');
if (!iframe) {
return;
}
if (defaultPreviewBtn) {
const iframe = document.querySelector(samePagePreviewPane);
const iframeWindow = iframe?.contentWindow;
Loading