浏览代码

auto commit

master
jfinn 3 年前
父节点
当前提交
e80a881139
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0
    3
      src/actions/actionCanvas.tsx

+ 0
- 3
src/actions/actionCanvas.tsx 查看文件

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

正在加载...
取消
保存