mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 01:46:35 +00:00
fix: get page references (trim)
This commit is contained in:
@@ -56,7 +56,9 @@
|
||||
(subs (first arguments) 2 (- (count (first arguments)) 2))))
|
||||
:else
|
||||
nil)]
|
||||
(when-not (string/blank? page)
|
||||
(when (and
|
||||
(string? page)
|
||||
(not (string/blank? page)))
|
||||
(string/trim page))))
|
||||
|
||||
(defn get-block-reference
|
||||
|
||||
Reference in New Issue
Block a user