mirror of
https://github.com/excalidraw/excalidraw
synced 2025-07-25 13:58:22 +08:00
don't reset dark mode on canvas clear (#2032)
This commit is contained in:
@ -44,6 +44,7 @@ export const actionClearCanvas = register({
|
||||
),
|
||||
appState: {
|
||||
...getDefaultAppState(),
|
||||
appearance: appState.appearance,
|
||||
username: appState.username,
|
||||
},
|
||||
commitToHistory: true,
|
||||
|
Reference in New Issue
Block a user