mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
fix(editor): page blocks duplicated when multiple same page name files
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
(and (= "change" type)
|
||||
(nil? (db/get-file path)))
|
||||
(println "Can't get file in the db: " path)
|
||||
(js/console.warn "Can't get file in the db: " path)
|
||||
|
||||
(and (= "change" type)
|
||||
(not= content (db/get-file path))
|
||||
|
||||
Reference in New Issue
Block a user