mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 03:16:37 +00:00
chore: disable block timestamps because it doesn't work with undo
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user