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.
2 parents d54168b + c506355 commit 6ad7cc4Copy full SHA for 6ad7cc4
invokeai/frontend/web/src/app/components/ImageDnd/ImageDndContext.tsx
@@ -40,11 +40,11 @@ const ImageDndContext = (props: ImageDndContextProps) => {
40
);
41
42
const mouseSensor = useSensor(MouseSensor, {
43
- activationConstraint: { delay: 250, tolerance: 5 },
+ activationConstraint: { delay: 150, tolerance: 5 },
44
});
45
46
const touchSensor = useSensor(TouchSensor, {
47
48
49
// TODO: Use KeyboardSensor - needs composition of multiple collisionDetection algos
50
// Alternatively, fix `rectIntersection` collection detection to work with the drag overlay
0 commit comments