vim-web 0.3.42-dev.13 → 0.3.42-dev.14
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 +2 -1
- package/dist/vim-web.iife.js.map +1 -1
- package/dist/vim-web.js +2 -1
- package/dist/vim-web.js.map +1 -1
- package/package.json +1 -1
package/dist/vim-web.iife.js
CHANGED
|
@@ -45717,11 +45717,12 @@ void main() {
|
|
|
45717
45717
|
return this._visibleAttribute.value;
|
|
45718
45718
|
}
|
|
45719
45719
|
set visible(value) {
|
|
45720
|
+
var _a2;
|
|
45720
45721
|
if (this._visibleAttribute.apply(value)) {
|
|
45721
45722
|
this.vim.scene.setDirty();
|
|
45722
45723
|
}
|
|
45723
45724
|
if (value) {
|
|
45724
|
-
this._meshes.forEach((m) => {
|
|
45725
|
+
(_a2 = this._meshes) == null ? void 0 : _a2.forEach((m) => {
|
|
45725
45726
|
m.mesh.mesh.visible = true;
|
|
45726
45727
|
});
|
|
45727
45728
|
}
|