Update MobileMenu.tsx

This commit is contained in:
zsviczian 2022-03-11 11:18:20 +01:00 committed by GitHub
parent a0259360d6
commit aeb4d39387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,7 +175,7 @@ export const MobileMenu = ({
className={clsx("App-bottom-bar", { className={clsx("App-bottom-bar", {
"disable-pointerEvents": "disable-pointerEvents":
appState.draggingElement || appState.draggingElement ||
appState.resizingElement || appState.resizingElement ||
(appState.editingElement && !isTextElement(appState.editingElement)), (appState.editingElement && !isTextElement(appState.editingElement)),
})} })}
style={{ style={{