mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Add clear canvas button on navigation menu
This commit is contained in:
parent
4a60fe3d22
commit
d423b0c330
8 changed files with 1482 additions and 1921 deletions
|
@ -878,6 +878,7 @@ const ExcalidrawWrapper = () => {
|
|||
theme={appTheme}
|
||||
setTheme={(theme) => setAppTheme(theme)}
|
||||
refresh={() => forceRefresh((prev) => !prev)}
|
||||
excalidrawAPI={excalidrawAPI} // Pass excalidrawAPI to AppMainMenu
|
||||
/>
|
||||
<AppWelcomeScreen
|
||||
onCollabDialogOpen={onCollabDialogOpen}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue