mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
@@ -30,7 +30,9 @@
|
||||
(let [repo (config/get-local-repo dir)
|
||||
{:keys [mtime]} stat
|
||||
db-content (or (db/get-file repo path) "")]
|
||||
(when (and content (not (encrypt/content-encrypted? content)))
|
||||
(when (and content
|
||||
(not (encrypt/content-encrypted? content))
|
||||
(not (:encryption/graph-parsing? @state/state)))
|
||||
(cond
|
||||
(and (= "add" type)
|
||||
(not= (string/trim content) (string/trim db-content))
|
||||
|
||||
Reference in New Issue
Block a user