mirror of
https://github.com/XFox111/TabsAsideExtension.git
synced 2026-04-22 07:58:01 +03:00
chore: reduce delay and increase tolerance for mouse drag and drop
This commit is contained in:
@@ -33,7 +33,7 @@ export default function CollectionListView(): ReactElement
|
|||||||
const [active, setActive] = useState<DndItem | null>(null);
|
const [active, setActive] = useState<DndItem | null>(null);
|
||||||
|
|
||||||
const sensors = useSensors(
|
const sensors = useSensors(
|
||||||
useSensor(MouseSensor, { activationConstraint: { delay: 100, tolerance: 0 } }),
|
useSensor(MouseSensor, { activationConstraint: { delay: 10, tolerance: 20 } }),
|
||||||
useSensor(TouchSensor, { activationConstraint: { delay: 300, tolerance: 20 } })
|
useSensor(TouchSensor, { activationConstraint: { delay: 300, tolerance: 20 } })
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user