瀏覽代碼

auto commit

master
jfinn 3 年之前
父節點
當前提交
89cbe831d9
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      src/appState.ts

+ 2
- 1
src/appState.ts 查看文件

75
     startBoundElement: null,
75
     startBoundElement: null,
76
     suggestedBindings: [],
76
     suggestedBindings: [],
77
     toastMessage: null,
77
     toastMessage: null,
78
-    viewBackgroundColor: oc.white,
78
+    // viewBackgroundColor: oc.white,
79
+    viewBackgroundColor: "#ffff88",
79
     zenModeEnabled: false,
80
     zenModeEnabled: false,
80
     zoom: { value: 1 as NormalizedZoomValue, translation: { x: 0, y: 0 } },
81
     zoom: { value: 1 as NormalizedZoomValue, translation: { x: 0, y: 0 } },
81
     viewModeEnabled: false,
82
     viewModeEnabled: false,

Loading…
取消
儲存