mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
fix: can't create page in search mode
This commit is contained in:
@@ -149,7 +149,6 @@
|
||||
(= (string/lower-case search-q)
|
||||
(string/lower-case (:data (first pages)))))
|
||||
(nil? result)
|
||||
(not= :global search-mode)
|
||||
all?)
|
||||
[]
|
||||
[{:type :new-page}])
|
||||
|
||||
Reference in New Issue
Block a user