mol_tree2 1.0.790 → 1.0.792

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_tree2",
3
- "version": "1.0.790",
3
+ "version": "1.0.792",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.test.js CHANGED
@@ -5015,8 +5015,7 @@ var $;
5015
5015
  const win = this.$.$mol_dom_context;
5016
5016
  if (win.parent !== win.self && !win.document.hasFocus())
5017
5017
  return;
5018
- new this.$.$mol_after_frame(() => {
5019
- this.dom_node().scrollIntoView({ block: 'start', inline: 'nearest' });
5018
+ new this.$.$mol_after_timeout(500, () => {
5020
5019
  this.focused(true);
5021
5020
  });
5022
5021
  }