This commit is contained in:
Stephan Dilly 2021-05-25 14:43:20 +02:00
parent 6b237cdced
commit 094a5f360c

View file

@ -155,7 +155,6 @@ impl TextInputComponent {
);
if ends_in_nl {
txt.lines.push(Spans::default());
// txt = text_append(txt, Text::styled("\n\r", style));
}
}