mol_plot_all 1.2.1105 → 1.2.1107

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/web.js CHANGED
@@ -2491,8 +2491,7 @@ var $;
2491
2491
  const win = this.$.$mol_dom_context;
2492
2492
  if (win.parent !== win.self && !win.document.hasFocus())
2493
2493
  return;
2494
- new this.$.$mol_after_frame(() => {
2495
- this.dom_node().scrollIntoView({ block: 'start', inline: 'nearest' });
2494
+ new this.$.$mol_after_timeout(500, () => {
2496
2495
  this.focused(true);
2497
2496
  });
2498
2497
  }