mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 07:48:21 +02:00
🐛 Fix typo
This commit is contained in:
parent
6cc96ef679
commit
b91e72d8a1
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
|||
(reduce
|
||||
(fn [acc [attrs v]]
|
||||
(cond
|
||||
(some attrs #{:widht :height}) (let [[_ a b] (data/diff #{:width :height} attrs)]
|
||||
(some attrs #{:width :height}) (let [[_ a b] (data/diff #{:width :height} attrs)]
|
||||
(cond-> (assoc acc b v)
|
||||
;; Exact match in attrs
|
||||
a (assoc a v)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue