13 lines
461 B
Diff
13 lines
461 B
Diff
|
diff --git a/node_modules/grid-layout-plus/src/components/grid-layout.vue b/node_modules/grid-layout-plus/src/components/grid-layout.vue
|
||
|
index e5174ea..50d371c 100644
|
||
|
--- a/node_modules/grid-layout-plus/src/components/grid-layout.vue
|
||
|
+++ b/node_modules/grid-layout-plus/src/components/grid-layout.vue
|
||
|
@@ -365,7 +365,6 @@ function onWindowResize() {
|
||
|
if (wrapper.value) {
|
||
|
state.width = wrapper.value.offsetWidth
|
||
|
}
|
||
|
-
|
||
|
emitter.emit('resizeEvent')
|
||
|
}
|
||
|
|