Browse Source

auto commit

master
jfinn 3 years ago
parent
commit
e80a881139
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/actions/actionCanvas.tsx

+ 0
- 3
src/actions/actionCanvas.tsx View File

21
 export const actionChangeViewBackgroundColor = register({
21
 export const actionChangeViewBackgroundColor = register({
22
   name: "changeViewBackgroundColor",
22
   name: "changeViewBackgroundColor",
23
   perform: (_, appState, value) => {
23
   perform: (_, appState, value) => {
24
-      // console.trace("changeViewBackgroundColor")
25
-      // console.log("changeViewBackgroundColor...",value)
26
     return {
24
     return {
27
-
28
       appState: { ...appState, ...value },
25
       appState: { ...appState, ...value },
29
       commitToHistory: !!value.viewBackgroundColor,
26
       commitToHistory: !!value.viewBackgroundColor,
30
     };
27
     };

Loading…
Cancel
Save