You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(text area): set attributes before calling _set_document
Ensure `TextArea.__init__()` assigns attributes like
`soft_wrap` *before* calling the `_set_document()` method.
Currently if you create a `TextArea` with `soft_wrap=False`, the
document is first wrapped with the default `soft_wrap=True`, causing an
initial flicker.
0 commit comments