Explorar o código

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

zsviczian %!s(int64=2) %!d(string=hai) anos
pai
achega
3ddcc48e4c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/LayerUI.tsx

+ 1 - 1
src/components/LayerUI.tsx

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