mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
Fix: Number property values can be clicked on without failing
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
(fn? transform-fn)
|
||||
(transform-fn @input))
|
||||
(remove nil?))
|
||||
exact-match? (contains? (set (map (comp string/lower-case extract-fn) search-result'))
|
||||
exact-match? (contains? (set (map (comp string/lower-case str extract-fn) search-result'))
|
||||
(string/lower-case @input))
|
||||
search-result (if (and show-new-when-not-exact-match?
|
||||
(not exact-match?)
|
||||
|
||||
Reference in New Issue
Block a user