mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 05:36:00 +02:00
adjust rules for user selection (#723)
This commit is contained in:
@@ -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}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user