fix: UI disappears when pressing the eyedropper shortcut on mobile (#6725)

This commit is contained in:
zsviczian 2023-06-29 12:39:44 +02:00 committed by GitHub
parent 29a5e982c3
commit 3ddcc48e4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -399,7 +399,7 @@ const LayerUI = ({
}
/>
)}
{device.isMobile && !eyeDropperState && (
{device.isMobile && (
<MobileMenu
appState={appState}
elements={elements}