mol_plot_all 1.2.344 → 1.2.347

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/web.js CHANGED
@@ -2200,7 +2200,7 @@ var $;
2200
2200
  async ensure_visible(view, align = "start") {
2201
2201
  const path = this.view_find(v => v === view).next().value;
2202
2202
  this.force_render(new Set(path));
2203
- $mol_wire_fiber.sync();
2203
+ this.dom_final();
2204
2204
  view.dom_node().scrollIntoView({ block: align });
2205
2205
  }
2206
2206
  bring() {