fix: sortable dnd twitching fix

This commit is contained in:
2025-08-09 18:36:53 +04:00
parent 45dc8901fd
commit 54cf883a3c
2 changed files with 1 additions and 2 deletions

View File

@ -120,7 +120,6 @@ const SortableDnd = <T extends BaseItem>({
key={index}
onClick={e => {
if (!onItemClick) return;
e.preventDefault();
e.stopPropagation();
onItemClick(item);
}}>