diff --git a/src/components/MobileMenu.tsx b/src/components/MobileMenu.tsx index 6a2d7b1ac..2db4e5baf 100644 --- a/src/components/MobileMenu.tsx +++ b/src/components/MobileMenu.tsx @@ -176,6 +176,10 @@ export const MobileMenu = ({ marginBottom: SCROLLBAR_WIDTH + SCROLLBAR_MARGIN * 2, marginLeft: SCROLLBAR_WIDTH + SCROLLBAR_MARGIN * 2, marginRight: SCROLLBAR_WIDTH + SCROLLBAR_MARGIN * 2, + "disable-pointerEvents": + appState.draggingElement || + appState.resizingElement || + (appState.editingElement && !isTextElement(appState.editingElement)), }} >