fix: cursor being leaked outside of canvas (#3161)

This commit is contained in:
David Luzar 2021-03-03 14:04:02 +01:00 committed by GitHub
parent f295ba98c5
commit c77c9ce65a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 69 additions and 52 deletions

View file

@ -57,6 +57,7 @@ export const MobileMenu = ({
{heading}
<Stack.Row gap={1}>
<ShapesSwitcher
canvas={canvas}
elementType={appState.elementType}
setAppState={setAppState}
isLibraryOpen={appState.isLibraryOpen}