diff --git a/src/components/GridLayout.vue b/src/components/GridLayout.vue index 809f67cf..4a984d5f 100644 --- a/src/components/GridLayout.vue +++ b/src/components/GridLayout.vue @@ -426,7 +426,7 @@ //this.$broadcast("updateWidth", this.width); this.eventBus.$emit("updateWidth", this.width); - } else { + } else if (eventName) { this.$nextTick(function() { this.isDragging = false; });