From 4cca273db4c9f494f90b895e4fc5150a0c2b0da4 Mon Sep 17 00:00:00 2001 From: katamaz Date: Sat, 5 Sep 2026 11:17:44 +0300 Subject: [PATCH] fix: update editor delete animations --- src/trash/editorTable.jsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/trash/editorTable.jsx b/src/trash/editorTable.jsx index e33043a..65a08b4 100644 --- a/src/trash/editorTable.jsx +++ b/src/trash/editorTable.jsx @@ -530,14 +530,14 @@ export function TableEditor({ show={deleteDiag} /> -
+
- + {selectedTab == 0 && ( @@ -601,10 +601,10 @@ export function TableEditor({ item.id)} strategy={verticalListSortingStrategy} - > + >
- 0 ? "sync" : "wait"}> - {items.map((item) => ( + + {items.map((item, idx) => (
)} - +