mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 00:11:37 +02:00
🐛 Fix line-height/letter-spacing inputs behaviour
This commit is contained in:
parent
477f553675
commit
6354883a6f
4 changed files with 54 additions and 30 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue