Przeglądaj źródła

add field to config

AykutSarac 3 lat temu
rodzic
commit
15f31d0b2a
1 zmienionych plików z 1 dodań i 0 usunięć
  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,
 };