mam 1.11.440 → 1.11.442

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 CHANGED
@@ -11435,6 +11435,9 @@ var $;
11435
11435
  const win = this.$.$mol_dom_context;
11436
11436
  if (win.parent !== win.self && !win.document.hasFocus())
11437
11437
  return;
11438
+ new this.$.$mol_after_timeout(0, () => {
11439
+ this.focused(true);
11440
+ });
11438
11441
  }
11439
11442
  destructor() {
11440
11443
  const node = $mol_wire_probe(() => this.dom_node());