mam 1.11.646 → 1.11.648
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 +2 -3
- package/node.test.js.map +1 -1
- package/package.json +1 -1
package/node.test.js
CHANGED
|
@@ -11993,10 +11993,9 @@ var $;
|
|
|
11993
11993
|
try {
|
|
11994
11994
|
this.dom_final();
|
|
11995
11995
|
}
|
|
11996
|
-
|
|
11997
|
-
|
|
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;
|