fix: disable editor autosave temporarily

pull/886/head
Tienson Qin 2020-12-10 18:26:52 +08:00
parent 06c13070ba
commit 43c76e6c16
1 changed files with 2 additions and 1 deletions

View File

@ -165,4 +165,5 @@
(restore-and-setup! me repos logged?)))
(db/run-batch-txs!)
(file-handler/run-writes-chan!)
(editor-handler/periodically-save!)))
;; (editor-handler/periodically-save!)
))