From 3ddcc48e4c192f525930e503b3e9214627f0043d Mon Sep 17 00:00:00 2001 From: zsviczian Date: Thu, 29 Jun 2023 12:39:44 +0200 Subject: [PATCH] fix: UI disappears when pressing the eyedropper shortcut on mobile (#6725) --- src/components/LayerUI.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LayerUI.tsx b/src/components/LayerUI.tsx index 04cba862..00707376 100644 --- a/src/components/LayerUI.tsx +++ b/src/components/LayerUI.tsx @@ -399,7 +399,7 @@ const LayerUI = ({ } /> )} - {device.isMobile && !eyeDropperState && ( + {device.isMobile && (