mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
fix: don't parse empty string as pages
This commit is contained in:
@@ -106,6 +106,7 @@
|
||||
(cond
|
||||
(and
|
||||
(string? page)
|
||||
(not (string/blank? page))
|
||||
(text/block-ref? page))
|
||||
(text/block-ref-un-brackets! page)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user