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/node.deps.json +1 -1
- package/node.esm.js +1 -1
- package/node.esm.js.map +1 -1
- package/node.js +1 -1
- package/node.js.map +1 -1
- package/node.test.js +1 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.deps.json +1 -1
- package/web.esm.js +1 -1
- package/web.esm.js.map +1 -1
- package/web.js +1 -1
- package/web.js.map +1 -1
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
|
-
|
|
2659
|
+
this.dom_final();
|
|
2660
2660
|
view.dom_node().scrollIntoView({ block: align });
|
|
2661
2661
|
}
|
|
2662
2662
|
bring() {
|