@@ -22,6 +22,8 @@ export const actionChangeViewBackgroundColor = register({
name: "changeViewBackgroundColor",
perform: (_, appState, value) => {
return {
+ console.trace(changeViewBackgroundColor)
+
appState: { ...appState, ...value },
commitToHistory: !!value.viewBackgroundColor,
};