adjust rules for user selection (#723)

This commit is contained in:
Benjamin
2024-09-02 19:48:52 -05:00
committed by GitHub
parent 7299bcefb2
commit 903d1479a4
2 changed files with 1 additions and 1 deletions
@@ -107,6 +107,7 @@ export const DraggableItems = <K extends string, T extends SortableItem<K>>({
{open && (
<Reorder.Group
axis="y"
style={{ userSelect: 'none' }}
values={localItems}
onReorder={setLocalItems}
>