mam 1.11.645 → 1.11.647

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.test.js CHANGED
@@ -11993,10 +11993,9 @@ var $;
11993
11993
  try {
11994
11994
  this.dom_final();
11995
11995
  }
11996
- catch (err) {
11997
- $mol_fail_log(err);
11996
+ finally {
11997
+ view.dom_node().scrollIntoView({ block: align });
11998
11998
  }
11999
- view.dom_node().scrollIntoView({ block: align });
12000
11999
  }
12001
12000
  bring() {
12002
12001
  const win = this.$.$mol_dom_context;