Browse Source

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

zsviczian 2 năm trước cách đây
mục cha
commit
3ddcc48e4c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}