mirror of
https://github.com/logseq/logseq.git
synced 2026-05-23 20:24:15 +00:00
fix: can't edit result for dsl query results
This commit is contained in:
@@ -1929,8 +1929,7 @@
|
||||
(and (util/sup? target)
|
||||
(dom/has-class? target "fn"))
|
||||
(dom/has-class? target "image-resize")
|
||||
(dom/closest target "a")
|
||||
(dom/closest target ".dsl-query")))
|
||||
(dom/closest target "a")))
|
||||
|
||||
(defn- block-content-on-mouse-down
|
||||
[e block block-id _content edit-input-id]
|
||||
|
||||
Reference in New Issue
Block a user