🐛 Fixes problems with texts options

This commit is contained in:
alonso.torres 2021-01-08 11:45:55 +01:00
parent d12b78985e
commit 2ece527f9b
5 changed files with 22 additions and 10 deletions

View file

@ -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))))