mol_plot_all 1.2.345 → 1.2.346

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
@@ -2664,7 +2664,7 @@ var $;
2664
2664
  async ensure_visible(view, align = "start") {
2665
2665
  const path = this.view_find(v => v === view).next().value;
2666
2666
  this.force_render(new Set(path));
2667
- $mol_wire_fiber.sync();
2667
+ this.dom_final();
2668
2668
  view.dom_node().scrollIntoView({ block: align });
2669
2669
  }
2670
2670
  bring() {