From 094a5f360c779e9a9e7d062366d57cd6d5aa9939 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Tue, 25 May 2021 14:43:20 +0200 Subject: [PATCH] cleanup --- src/components/textinput.rs | 1 - 1 file changed, 1 deletion(-) 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)); } }