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/package.json
CHANGED
package/web.test.js
CHANGED
|
@@ -5015,8 +5015,7 @@ var $;
|
|
|
5015
5015
|
const win = this.$.$mol_dom_context;
|
|
5016
5016
|
if (win.parent !== win.self && !win.document.hasFocus())
|
|
5017
5017
|
return;
|
|
5018
|
-
new this.$.$
|
|
5019
|
-
this.dom_node().scrollIntoView({ block: 'start', inline: 'nearest' });
|
|
5018
|
+
new this.$.$mol_after_timeout(500, () => {
|
|
5020
5019
|
this.focused(true);
|
|
5021
5020
|
});
|
|
5022
5021
|
}
|