mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
Fix clicking buttons (#1458)
This commit is contained in:
parent
71b77b9d4d
commit
156454d6f1
|
@ -107,7 +107,11 @@ export default function ActionList<A extends Action<unknown>>({
|
|||
}, []);
|
||||
|
||||
const sensors = useSensors(
|
||||
useSensor(PointerSensor),
|
||||
useSensor(PointerSensor, {
|
||||
activationConstraint: {
|
||||
distance: 8,
|
||||
},
|
||||
}),
|
||||
useSensor(KeyboardSensor, {
|
||||
coordinateGetter: sortableKeyboardCoordinates,
|
||||
}),
|
||||
|
|
Loading…
Reference in New Issue
Block a user