feat: bring block timestamps back

This commit is contained in:
Tienson Qin
2021-07-13 15:24:20 +08:00
parent 86661c2001
commit cac9470fbe
8 changed files with 67 additions and 43 deletions

View File

@@ -260,13 +260,10 @@
(not (false? (:git-auto-push
(get (sub-config) repo)))))
(defn enable-block-time?
(defn enable-block-timestamps?
[]
;; (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)
(true? (:feature/enable-block-timestamps?
(get (sub-config) (get-current-repo)))))
(defn sub-graph-config
[]