mol_plot_all 1.2.1233 → 1.2.1235

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.js CHANGED
@@ -3206,6 +3206,9 @@ var $;
3206
3206
  const win = this.$.$mol_dom_context;
3207
3207
  if (win.parent !== win.self && !win.document.hasFocus())
3208
3208
  return;
3209
+ new this.$.$mol_after_timeout(0, () => {
3210
+ this.focused(true);
3211
+ });
3209
3212
  }
3210
3213
  destructor() {
3211
3214
  const node = $mol_wire_probe(() => this.dom_node());