mol_plot_all 1.2.1106 → 1.2.1107
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.d.ts +90 -90
- package/node.deps.json +1 -1
- package/node.js +1 -2
- package/node.js.map +1 -1
- package/node.mjs +1 -2
- package/node.test.js +1 -2
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +90 -90
- package/web.deps.json +1 -1
- package/web.js +1 -2
- package/web.js.map +1 -1
- package/web.mjs +1 -2
package/web.mjs
CHANGED
|
@@ -2491,8 +2491,7 @@ var $;
|
|
|
2491
2491
|
const win = this.$.$mol_dom_context;
|
|
2492
2492
|
if (win.parent !== win.self && !win.document.hasFocus())
|
|
2493
2493
|
return;
|
|
2494
|
-
new this.$.$
|
|
2495
|
-
this.dom_node().scrollIntoView({ block: 'start', inline: 'nearest' });
|
|
2494
|
+
new this.$.$mol_after_timeout(500, () => {
|
|
2496
2495
|
this.focused(true);
|
|
2497
2496
|
});
|
|
2498
2497
|
}
|