fix(ui): fix canvas bbox style when cursor leaves canvas

This commit is contained in:
psychedelicious 2024-01-02 19:44:03 +11:00 committed by Kent Keirsey
parent 1e2e26cfc2
commit 11f1cb5391

View File

@ -70,8 +70,4 @@ export const resetToolInteractionState = () => {
export const setCanvasInteractionStateMouseOut = () => {
setCursorPosition(null);
setIsDrawing(false);
setIsMouseOverBoundingBox(false);
setIsMovingBoundingBox(false);
setIsTransformingBoundingBox(false);
};