mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
feat: bring block timestamps back
This commit is contained in:
@@ -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
|
||||
[]
|
||||
|
||||
Reference in New Issue
Block a user