LoongPanel-Asp/web/patches/grid-layout-plus+1.0.5.patch

13 lines
461 B
Diff
Raw Normal View History

2024-06-22 10:54:02 +08:00
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')
}