mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
enhance: run custom queries immediately if editing in a query component
This commit is contained in:
@@ -1636,3 +1636,9 @@
|
||||
(defn get-modal-id
|
||||
[]
|
||||
(:modal/id @state))
|
||||
|
||||
(defn edit-in-query-component
|
||||
[]
|
||||
(and (editing?)
|
||||
;; config
|
||||
(:custom-query? (last (get-editor-args)))))
|
||||
|
||||
Reference in New Issue
Block a user