From 6dc8975c087c278954e55f3c5bc86a099735330e Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Thu, 21 Aug 2025 11:27:12 +0530 Subject: [PATCH 1/2] fix: reorder idx if grid row is reordered (cherry picked from commit cd96171a4c1a784ffa2b00d28e2b22921b9c9f37) --- frontend/src/components/Controls/Grid.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/src/components/Controls/Grid.vue b/frontend/src/components/Controls/Grid.vue index 41188e84..78a4f403 100644 --- a/frontend/src/components/Controls/Grid.vue +++ b/frontend/src/components/Controls/Grid.vue @@ -70,6 +70,7 @@ :delay="isTouchScreenDevice() ? 200 : 0" group="rows" item-key="name" + @end="reorder" >