mol_plot_all 1.2.1439 → 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.mjs 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;
package/node.test.js CHANGED
@@ -3301,10 +3301,9 @@ var $;
3301
3301
  try {
3302
3302
  this.dom_final();
3303
3303
  }
3304
- catch (err) {
3305
- $mol_fail_log(err);
3304
+ finally {
3305
+ view.dom_node().scrollIntoView({ block: align });
3306
3306
  }
3307
- view.dom_node().scrollIntoView({ block: align });
3308
3307
  }
3309
3308
  bring() {
3310
3309
  const win = this.$.$mol_dom_context;