Browse Source

add field to config

AykutSarac 3 years ago
parent
commit
15f31d0b2a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/constants/data.ts

+ 1 - 0
src/constants/data.ts

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