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