mol_tree2 1.0.918 → 1.0.920
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 +3 -0
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.test.js +3 -0
- package/web.test.js.map +1 -1
package/node.test.js
CHANGED
|
@@ -7529,6 +7529,9 @@ var $;
|
|
|
7529
7529
|
const win = this.$.$mol_dom_context;
|
|
7530
7530
|
if (win.parent !== win.self && !win.document.hasFocus())
|
|
7531
7531
|
return;
|
|
7532
|
+
new this.$.$mol_after_timeout(0, () => {
|
|
7533
|
+
this.focused(true);
|
|
7534
|
+
});
|
|
7532
7535
|
}
|
|
7533
7536
|
destructor() {
|
|
7534
7537
|
const node = $mol_wire_probe(() => this.dom_node());
|