mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
This commit is contained in:
parent
24bf4cb5fb
commit
c009e03c8e
2 changed files with 15 additions and 6 deletions
|
@ -37,6 +37,10 @@ const ContextMenu = ({
|
|||
top={top}
|
||||
left={left}
|
||||
fitInViewport={true}
|
||||
offsetLeft={appState.offsetLeft}
|
||||
offsetTop={appState.offsetTop}
|
||||
viewportWidth={appState.width}
|
||||
viewportHeight={appState.height}
|
||||
>
|
||||
<ul
|
||||
className="context-menu"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue