mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
fix: block reference auto-complete not working
This commit is contained in:
@@ -1075,6 +1075,14 @@
|
||||
[]
|
||||
(:nfs/refreshing? @state))
|
||||
|
||||
(defn set-search-result!
|
||||
[value]
|
||||
(set-state! :search/result value))
|
||||
|
||||
(defn clear-search-result!
|
||||
[]
|
||||
(set-search-result! nil))
|
||||
|
||||
;; TODO: Move those to the uni `state`
|
||||
|
||||
(defonce editor-op (atom nil))
|
||||
|
||||
Reference in New Issue
Block a user