mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 07:35:01 +00:00
fix: dev mode should still be able to nav to built-ins
devs work on all parts of a graph and should be able to easily nav where they need to. Also remove unused built-in? option
This commit is contained in:
@@ -257,7 +257,7 @@
|
||||
repo (state/get-current-repo)
|
||||
current-page (when-let [id (page-util/get-current-page-id)]
|
||||
(db/entity id))
|
||||
opts {:limit 100}]
|
||||
opts {:limit 100 :built-in? config/dev?}]
|
||||
(swap! !results assoc-in [group :status] :loading)
|
||||
(swap! !results assoc-in [:current-page :status] :loading)
|
||||
(p/let [blocks (search/block-search repo @!input opts)
|
||||
|
||||
Reference in New Issue
Block a user