mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 15:45:00 +00:00
fix: export for overlapping property+class
overlapping entity with blocks was exporting duplicate blocks
This commit is contained in:
5
deps/db/script/diff_graphs.cljs
vendored
5
deps/db/script/diff_graphs.cljs
vendored
@@ -52,8 +52,9 @@
|
||||
(fn [m]
|
||||
(cond->
|
||||
(-> m
|
||||
(update :classes update-vals (fn [m]
|
||||
(update m :build/class-properties sort)))
|
||||
;; TODO: Fix order of these build keys
|
||||
(update :classes update-vals (fn [m] (update m :build/class-properties sort)))
|
||||
(update :properties update-vals (fn [m] (update m :build/property-classes sort)))
|
||||
(update ::sqlite-export/kv-values
|
||||
(fn [kvs]
|
||||
;; Ignore extra metadata that a copied graph can add
|
||||
|
||||
Reference in New Issue
Block a user