mol_plot_all 1.2.1440 → 1.2.1442
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.deps.json +1 -1
- package/node.js +2 -3
- package/node.js.map +1 -1
- package/node.mjs +2 -3
- package/node.test.js +2 -3
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.deps.json +1 -1
- package/web.js +2 -3
- package/web.js.map +1 -1
- package/web.mjs +2 -3
package/web.js
CHANGED
|
@@ -2741,10 +2741,9 @@ var $;
|
|
|
2741
2741
|
try {
|
|
2742
2742
|
this.dom_final();
|
|
2743
2743
|
}
|
|
2744
|
-
|
|
2745
|
-
|
|
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;
|