@@ -21,10 +21,7 @@ import ClearCanvas from "../components/ClearCanvas";
export const actionChangeViewBackgroundColor = register({
name: "changeViewBackgroundColor",
perform: (_, appState, value) => {
- // console.trace("changeViewBackgroundColor")
- // console.log("changeViewBackgroundColor...",value)
return {
-
appState: { ...appState, ...value },
commitToHistory: !!value.viewBackgroundColor,
};