Add clear canvas button on navigation menu

This commit is contained in:
BrunoMatosTech 2025-04-30 14:12:40 +00:00
parent 4a60fe3d22
commit d423b0c330
8 changed files with 1482 additions and 1921 deletions

View file

@ -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}