Don't merge defaultAttributes into buffer
Opened this issue · 0 comments
davidbalbert commented
In the setter for TextView.buffer, we merge defaultAttributes
which can overwrite formatting in multiple views.
See the comment there for how to fix it.