|
|
@@ -35,6 +35,7 @@
|
|
|
(let [target (.. e -target)]
|
|
|
;; If the click target is outside of current node
|
|
|
(when (and
|
|
|
+ (if (state/editing?) (not (util/input? dom-node)) true)
|
|
|
(not (dom/contains dom-node target))
|
|
|
(not (.contains (.-classList target) "ignore-outside-event")))
|
|
|
(on-hide state e :click))))]
|