mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🐛 Fixes problems with texts options
This commit is contained in:
parent
d12b78985e
commit
2ece527f9b
5 changed files with 22 additions and 10 deletions
|
@ -99,5 +99,6 @@
|
|||
(fn rec-fn [current node]
|
||||
(let [current (reduce rec-fn current (:children node []))]
|
||||
(get-attrs-multi [current node] attrs)))]
|
||||
(rec-fn {} node)))
|
||||
(merge (select-keys default-text-attrs attrs)
|
||||
(rec-fn {} node))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue