mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
fix: linked references not refreshed
This commit is contained in:
@@ -65,11 +65,6 @@
|
||||
journal? (date/valid-journal-title? (string/capitalize page-name))
|
||||
repo (state/get-current-repo)
|
||||
ref-blocks (cond
|
||||
priority?
|
||||
(db/get-blocks-by-priority repo page-name)
|
||||
|
||||
marker?
|
||||
(db/get-marker-blocks repo page-name)
|
||||
block-id
|
||||
(db/get-block-referenced-blocks block-id)
|
||||
:else
|
||||
|
||||
Reference in New Issue
Block a user