mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): fix canvas bbox style when cursor leaves canvas
This commit is contained in:
committed by
Kent Keirsey
parent
1e2e26cfc2
commit
11f1cb5391
@ -70,8 +70,4 @@ export const resetToolInteractionState = () => {
|
|||||||
|
|
||||||
export const setCanvasInteractionStateMouseOut = () => {
|
export const setCanvasInteractionStateMouseOut = () => {
|
||||||
setCursorPosition(null);
|
setCursorPosition(null);
|
||||||
setIsDrawing(false);
|
|
||||||
setIsMouseOverBoundingBox(false);
|
|
||||||
setIsMovingBoundingBox(false);
|
|
||||||
setIsTransformingBoundingBox(false);
|
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user