mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 20:28:11 +00:00
🐛 On texts overrides, keep also vertical-align property
This commit is contained in:
parent
a003687256
commit
abb6aee57d
@ -148,7 +148,7 @@
|
||||
(cond
|
||||
(map? origin)
|
||||
(into {}
|
||||
(for [k (keys origin) :when (not= k :key)] ;; We ignore :key because it is a draft artifact
|
||||
(for [k (keys destiny) :when (not= k :key)] ;; We ignore :key because it is a draft artifact
|
||||
(cond
|
||||
(= :children k)
|
||||
[k (vec (map #(copy-text-keys %1 %2) (get origin k) (get destiny k)))]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user