davidbalbert/Watt

Don't merge defaultAttributes into buffer

Opened this issue · 0 comments

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.