mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Bunch of radix related fixes.
This commit is contained in:
parent
7d791b86f8
commit
c88f3c84eb
6 changed files with 32 additions and 16 deletions
|
@ -50,6 +50,8 @@ const MainMenu = Object.assign(
|
|||
{HamburgerMenuIcon}
|
||||
</DropdownMenu.Trigger>
|
||||
<DropdownMenu.Content
|
||||
sideOffset={device.isMobile ? 20 : undefined}
|
||||
className="mainmenu-content"
|
||||
onClickOutside={onClickOutside}
|
||||
onSelect={composeEventHandlers(onSelect, () => {
|
||||
setAppState({ openMenu: null });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue