mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 00:46:23 +00:00
fix: add block's page to :block/path-refs
This commit is contained in:
@@ -609,7 +609,7 @@
|
||||
(map :db/id))
|
||||
{:block/keys [refs]} new-block
|
||||
ref-pages (filter :block/name refs)
|
||||
path-ref-pages (concat ref-pages parent-refs)
|
||||
path-ref-pages (concat ref-pages parent-refs [(:db/id page)])
|
||||
block (merge
|
||||
block
|
||||
new-block
|
||||
|
||||
Reference in New Issue
Block a user