mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-11 03:20:14 +02:00
Update MobileMenu.tsx
This commit is contained in:
@@ -176,7 +176,8 @@ export const MobileMenu = ({
|
|||||||
"disable-pointerEvents":
|
"disable-pointerEvents":
|
||||||
appState.draggingElement ||
|
appState.draggingElement ||
|
||||||
appState.resizingElement ||
|
appState.resizingElement ||
|
||||||
(appState.editingElement && !isTextElement(appState.editingElement)),
|
(appState.editingElement &&
|
||||||
|
!isTextElement(appState.editingElement)),
|
||||||
})}
|
})}
|
||||||
style={{
|
style={{
|
||||||
marginBottom: SCROLLBAR_WIDTH + SCROLLBAR_MARGIN * 2,
|
marginBottom: SCROLLBAR_WIDTH + SCROLLBAR_MARGIN * 2,
|
||||||
|
Reference in New Issue
Block a user