diff --git a/src/components/LayoutGrid/LayoutGrid.vue b/src/components/LayoutGrid/LayoutGrid.vue index 79b3456..f1837b6 100644 --- a/src/components/LayoutGrid/LayoutGrid.vue +++ b/src/components/LayoutGrid/LayoutGrid.vue @@ -223,7 +223,7 @@ this.DELETE_LAYOUT_ITEM_IN_CACHE(i); const component = this.getComponentById(i); - if (isFunction(component.safeDraw)) component.safeDraw(); + if (isFunction(component.safeDraw) && isDisplay(component.$el)) component.safeDraw(); }, onLayoutUpdated(n) { this.$emit('updated', n);