fix: can't edit result for dsl query results

This commit is contained in:
Tienson Qin
2022-07-20 15:47:24 +08:00
parent d71490329e
commit 87ef8e284f

View File

@@ -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]