Show measures on workspace when pressed "ALT"

This commit is contained in:
alonso.torres 2020-11-03 15:34:12 +01:00 committed by Hirunatan
parent 3ccb52735f
commit b3fee39433
7 changed files with 324 additions and 211 deletions

View file

@ -20,7 +20,7 @@
(if ref
(let [target (dom/get-target event)
parent (mf/ref-val ref)]
(when-not (.contains parent target)
(when-not (or (not parent) (.contains parent target))
(on-close)))
(on-close)))