فهرست منبع

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

zsviczian 2 سال پیش
والد
کامیت
3ddcc48e4c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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}