mam 1.11.306 → 1.11.308

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
@@ -10361,8 +10361,7 @@ var $;
10361
10361
  const win = this.$.$mol_dom_context;
10362
10362
  if (win.parent !== win.self && !win.document.hasFocus())
10363
10363
  return;
10364
- new this.$.$mol_after_frame(() => {
10365
- this.dom_node().scrollIntoView({ block: 'start', inline: 'nearest' });
10364
+ new this.$.$mol_after_timeout(500, () => {
10366
10365
  this.focused(true);
10367
10366
  });
10368
10367
  }