chore: disable block timestamps because it doesn't work with undo

This commit is contained in:
Tienson Qin
2021-01-12 23:08:28 +08:00
parent 1b38b9deb1
commit 967654aeb4
2 changed files with 12 additions and 8 deletions

View File

@@ -189,8 +189,12 @@
(defn enable-block-time?
[]
(true? (:feature/enable-block-time?
(get (sub-config) (get-current-repo)))))
;; (true? (:feature/enable-block-time?
;; (get (sub-config) (get-current-repo))))
;; Disable block timestamps for now, because it doesn't work with undo/redo
false
)
;; Enable by default
(defn show-brackets?