|
|
@@ -1929,7 +1929,8 @@
|
|
|
(and (util/sup? target)
|
|
|
(dom/has-class? target "fn"))
|
|
|
(dom/has-class? target "image-resize")
|
|
|
- (dom/closest target "a")))
|
|
|
+ (dom/closest target "a")
|
|
|
+ (dom/closest target ".query-table")))
|
|
|
|
|
|
(defn- block-content-on-mouse-down
|
|
|
[e block block-id _content edit-input-id]
|