Przeglądaj źródła

remove unused state

kaori 3 lat temu
rodzic
commit
17dc183328

+ 0 - 2
packages/app/src/client/services/EditorContainer.js

@@ -21,8 +21,6 @@ export default class EditorContainer extends Container {
       tags: null,
       tags: null,
     };
     };
 
 
-    this.isSetBeforeunloadEventHandler = false;
-
     this.initDrafts();
     this.initDrafts();
 
 
   }
   }