mol_plot_all 1.2.790 → 1.2.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_plot_all",
3
- "version": "1.2.790",
3
+ "version": "1.2.792",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.js CHANGED
@@ -2367,7 +2367,7 @@ var $;
2367
2367
  if (win.parent !== win.self && !win.document.hasFocus())
2368
2368
  return;
2369
2369
  new this.$.$mol_after_frame(() => {
2370
- this.dom_node().scrollIntoView({ block: 'start', inline: 'end' });
2370
+ this.dom_node().scrollIntoView({ block: 'start', inline: 'nearest' });
2371
2371
  this.focused(true);
2372
2372
  });
2373
2373
  }