Browse Source

add field to config

AykutSarac 3 năm trước cách đây
mục cha
commit
15f31d0b2a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/constants/data.ts

+ 1 - 0
src/constants/data.ts

@@ -39,4 +39,5 @@ export const defaultConfig: StorageConfig = {
   autoformat: true,
   hideEditor: false,
   searchNode: "",
+  zoomPanPinch: null,
 };