mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fixes bounding box move ending when mouse leaves canvas
This commit is contained in:
parent
a825210bd3
commit
bbe53841e4
@ -189,7 +189,6 @@ const InpaintingCanvas = () => {
|
||||
|
||||
const handleMouseOutCanvas = useCallback(() => {
|
||||
dispatch(setCursorPosition(null));
|
||||
dispatch(setIsMovingBoundingBox(false));
|
||||
dispatch(setIsDrawing(false));
|
||||
}, [dispatch]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user