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
a0259360d6
commit
aeb4d39387
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ export const MobileMenu = ({
|
|||
className={clsx("App-bottom-bar", {
|
||||
"disable-pointerEvents":
|
||||
appState.draggingElement ||
|
||||
appState.resizingElement ||
|
||||
appState.resizingElement ||
|
||||
(appState.editingElement && !isTextElement(appState.editingElement)),
|
||||
})}
|
||||
style={{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue