mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-02-18 13:29:36 +01:00
don't reset dark mode on canvas clear (#2032)
This commit is contained in:
parent
2cb8ba6521
commit
3f2b0fdd0a
@ -44,6 +44,7 @@ export const actionClearCanvas = register({
|
||||
),
|
||||
appState: {
|
||||
...getDefaultAppState(),
|
||||
appearance: appState.appearance,
|
||||
username: appState.username,
|
||||
},
|
||||
commitToHistory: true,
|
||||
|
Loading…
Reference in New Issue
Block a user