We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5787388 commit 0262348Copy full SHA for 0262348
ui/js/dfv/src/fields/pick/list-select-values.js
@@ -11,7 +11,10 @@ import {
11
useSensor,
12
useSensors,
13
} from '@dnd-kit/core';
14
-import { restrictToParentElement } from '@dnd-kit/modifiers';
+import {
15
+ restrictToParentElement,
16
+ restrictToVerticalAxis,
17
+} from '@dnd-kit/modifiers';
18
import {
19
arrayMove,
20
SortableContext,
@@ -142,6 +145,7 @@ const ListSelectValues = ( {
142
145
onDragCancel={ handleDragCancel }
143
146
modifiers={ [
144
147
restrictToParentElement,
148
149
] }
150
>
151
<SortableContext
0 commit comments