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.test.js CHANGED
@@ -2656,7 +2656,7 @@ var $;
2656
2656
  async ensure_visible(view, align = "start") {
2657
2657
  const path = this.view_find(v => v === view).next().value;
2658
2658
  this.force_render(new Set(path));
2659
- $mol_wire_fiber.sync();
2659
+ this.dom_final();
2660
2660
  view.dom_node().scrollIntoView({ block: align });
2661
2661
  }
2662
2662
  bring() {