diff --git a/src/components/MobileMenu.tsx b/src/components/MobileMenu.tsx index 90b496626..a860efcab 100644 --- a/src/components/MobileMenu.tsx +++ b/src/components/MobileMenu.tsx @@ -176,7 +176,8 @@ export const MobileMenu = ({ "disable-pointerEvents": appState.draggingElement || appState.resizingElement || - (appState.editingElement && !isTextElement(appState.editingElement)), + (appState.editingElement && + !isTextElement(appState.editingElement)), })} style={{ marginBottom: SCROLLBAR_WIDTH + SCROLLBAR_MARGIN * 2,