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/node.js CHANGED
@@ -3310,10 +3310,9 @@ var $;
3310
3310
  try {
3311
3311
  this.dom_final();
3312
3312
  }
3313
- catch (err) {
3314
- $mol_fail_log(err);
3313
+ finally {
3314
+ view.dom_node().scrollIntoView({ block: align });
3315
3315
  }
3316
- view.dom_node().scrollIntoView({ block: align });
3317
3316
  }
3318
3317
  bring() {
3319
3318
  const win = this.$.$mol_dom_context;