vim-web 0.3.42-dev.11 → 0.3.42-dev.12
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/dist/vim-web.iife.js +7 -0
- package/dist/vim-web.iife.js.map +1 -1
- package/dist/vim-web.js +7 -0
- package/dist/vim-web.js.map +1 -1
- package/package.json +1 -1
package/dist/vim-web.iife.js
CHANGED
|
@@ -45720,6 +45720,13 @@ void main() {
|
|
|
45720
45720
|
if (this._visibleAttribute.apply(value)) {
|
|
45721
45721
|
this.vim.scene.setDirty();
|
|
45722
45722
|
}
|
|
45723
|
+
if (value) {
|
|
45724
|
+
this._meshes.forEach((m) => {
|
|
45725
|
+
if (m.mesh.mesh.visible) {
|
|
45726
|
+
m.mesh.mesh.visible = true;
|
|
45727
|
+
}
|
|
45728
|
+
});
|
|
45729
|
+
}
|
|
45723
45730
|
}
|
|
45724
45731
|
/**
|
|
45725
45732
|
* Gets or sets the display color of this object.
|