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/node.js CHANGED
@@ -3002,8 +3002,7 @@ var $;
3002
3002
  const win = this.$.$mol_dom_context;
3003
3003
  if (win.parent !== win.self && !win.document.hasFocus())
3004
3004
  return;
3005
- new this.$.$mol_after_frame(() => {
3006
- this.dom_node().scrollIntoView({ block: 'start', inline: 'nearest' });
3005
+ new this.$.$mol_after_timeout(500, () => {
3007
3006
  this.focused(true);
3008
3007
  });
3009
3008
  }