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.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/node.mjs
CHANGED
|
@@ -3310,10 +3310,9 @@ var $;
|
|
|
3310
3310
|
try {
|
|
3311
3311
|
this.dom_final();
|
|
3312
3312
|
}
|
|
3313
|
-
|
|
3314
|
-
|
|
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
|
-
|
|
3305
|
-
|
|
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;
|