don't reset dark mode on canvas clear (#2032)

This commit is contained in:
David Luzar
2020-08-13 17:22:39 +02:00
committed by GitHub
parent 2cb8ba6521
commit 3f2b0fdd0a

View File

@ -44,6 +44,7 @@ export const actionClearCanvas = register({
),
appState: {
...getDefaultAppState(),
appearance: appState.appearance,
username: appState.username,
},
commitToHistory: true,