mol_tree2 1.0.790 → 1.0.792
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 +1 -2
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.test.js +1 -2
- package/web.test.js.map +1 -1
package/node.test.js
CHANGED
|
@@ -7116,8 +7116,7 @@ var $;
|
|
|
7116
7116
|
const win = this.$.$mol_dom_context;
|
|
7117
7117
|
if (win.parent !== win.self && !win.document.hasFocus())
|
|
7118
7118
|
return;
|
|
7119
|
-
new this.$.$
|
|
7120
|
-
this.dom_node().scrollIntoView({ block: 'start', inline: 'nearest' });
|
|
7119
|
+
new this.$.$mol_after_timeout(500, () => {
|
|
7121
7120
|
this.focused(true);
|
|
7122
7121
|
});
|
|
7123
7122
|
}
|