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
Textual 0.48 introduces a breaking change for the `TextArea` widget:
line wrapping is now enabled by default. Since we don't want line
wrapping, we need to disable that. Fortunately, a new alternative
constructor called `TextArea.code_editor` is introduced, and
constructing the `TextArea` using it retains the old behavior.
Unfortunately, that alternative constructor didn't exist prior to
Textual 0.48, so we need to conditionally fall back to simply using the
`TextArea` constructor when `TextArea.code_editor` doesn't exist.
Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
0 commit comments