mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Naming, removing unused code.
This commit is contained in:
parent
8f8b6e7144
commit
bf0b2965e6
6 changed files with 11 additions and 23 deletions
|
@ -65,7 +65,7 @@ const MainMenu = Object.assign(
|
|||
<DropdownMenu.Content
|
||||
// style={{ zIndex: 11 }}
|
||||
sideOffset={device.isMobile ? 20 : undefined}
|
||||
className="mainmenu-content"
|
||||
className="main-menu-content"
|
||||
onClickOutside={onClickOutside}
|
||||
onSelect={composeEventHandlers(onSelect, () => {
|
||||
setAppState({ openMenu: null });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue