mol_plot_all 1.2.1440 → 1.2.1441

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/web.mjs CHANGED
@@ -2741,10 +2741,9 @@ var $;
2741
2741
  try {
2742
2742
  this.dom_final();
2743
2743
  }
2744
- catch (err) {
2745
- $mol_fail_log(err);
2744
+ finally {
2745
+ view.dom_node().scrollIntoView({ block: align });
2746
2746
  }
2747
- view.dom_node().scrollIntoView({ block: align });
2748
2747
  }
2749
2748
  bring() {
2750
2749
  const win = this.$.$mol_dom_context;