mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-31 14:17:06 +02:00
Update MobileMenu.tsx
This commit is contained in:
@@ -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={{
|
||||
|
Reference in New Issue
Block a user