mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
improve performance for drag && drop
This commit is contained in:
@@ -310,7 +310,6 @@
|
||||
(when (or query query-fn)
|
||||
(try
|
||||
(let [f #(execute-query! repo-url db k tx cache)]
|
||||
(f)
|
||||
;; Detects whether user is editing in a custom query, if so, execute the query immediately
|
||||
(if (and custom?
|
||||
;; modifying during cards review need to be executed immediately
|
||||
|
||||
Reference in New Issue
Block a user