mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix: UI disappears when pressing the eyedropper shortcut on mobile (#6725)
This commit is contained in:
parent
29a5e982c3
commit
3ddcc48e4c
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ const LayerUI = ({
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{device.isMobile && !eyeDropperState && (
|
{device.isMobile && (
|
||||||
<MobileMenu
|
<MobileMenu
|
||||||
appState={appState}
|
appState={appState}
|
||||||
elements={elements}
|
elements={elements}
|
||||||
|
|
Loading…
Add table
Reference in a new issue