mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-10 11:35:52 +01:00
fix: UI disappears when pressing the eyedropper shortcut on mobile (#6725)
This commit is contained in:
parent
29a5e982c3
commit
3ddcc48e4c
@ -399,7 +399,7 @@ const LayerUI = ({
|
||||
}
|
||||
/>
|
||||
)}
|
||||
{device.isMobile && !eyeDropperState && (
|
||||
{device.isMobile && (
|
||||
<MobileMenu
|
||||
appState={appState}
|
||||
elements={elements}
|
||||
|
Loading…
Reference in New Issue
Block a user