🐛 Fix line-height/letter-spacing inputs behaviour

This commit is contained in:
alonso.torres 2022-01-03 13:43:02 +01:00
parent 477f553675
commit 6354883a6f
4 changed files with 54 additions and 30 deletions

View file

@ -284,8 +284,7 @@
(defn create-exclusion [content-a content-b]
;; Pick all segments
(let []
(d/concat-vec content-a content-b)))
(d/concat-vec content-a content-b))
(defn content-bool-pair
[bool-type content-a content-b]