mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-04 12:54:57 -05:00
Fixes bounding box move ending when mouse leaves canvas
This commit is contained in:
@@ -189,7 +189,6 @@ const InpaintingCanvas = () => {
|
||||
|
||||
const handleMouseOutCanvas = useCallback(() => {
|
||||
dispatch(setCursorPosition(null));
|
||||
dispatch(setIsMovingBoundingBox(false));
|
||||
dispatch(setIsDrawing(false));
|
||||
}, [dispatch]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user