Skip to content

Commit

Permalink
[IMPROVE]
Browse files Browse the repository at this point in the history
  • Loading branch information
GopherJ committed Jul 21, 2018
1 parent 816a2fb commit 8d5887b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LayoutGrid/LayoutGrid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8d5887b

Please sign in to comment.