mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Update MobileMenu.tsx
This commit is contained in:
parent
aeb4d39387
commit
93c72cbb32
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue