Skip to content

Commit

Permalink
remove disconnection of mutation observer
Browse files Browse the repository at this point in the history
  • Loading branch information
chlebowa committed Jul 29, 2024
1 parent 2b78260 commit 54b3c5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inst/js/resize_plot.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ var establishPlotResizing = function (
const plotContainer = document.getElementById(plot_out);
if (plotContainer === null) return;
plotObserver.observe(plotContainer, { box: "border-box" } );
plotNoticer.disconnect();
});

plotNoticer.observe(document, { subtree: true, childList: true });
Expand Down

0 comments on commit 54b3c5b

Please sign in to comment.