diff --git a/src/components/textinput.rs b/src/components/textinput.rs index 18ccd21e..f72870d9 100644 --- a/src/components/textinput.rs +++ b/src/components/textinput.rs @@ -155,7 +155,6 @@ impl TextInputComponent { ); if ends_in_nl { txt.lines.push(Spans::default()); - // txt = text_append(txt, Text::styled("\n\r", style)); } }