Skip to content

Commit c1e3e97

Browse files
pm100extrawurst
authored andcommitted
fix test failure on nightly due to cef81dc
1 parent 76258fb commit c1e3e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/textinput.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ impl TextInputComponent {
251251

252252
let cursor_highlighting = {
253253
let mut h = HashMap::with_capacity(2);
254-
h.insert("\n", "\u{21b5}\n\r");
254+
h.insert("\n", "\u{21b5}\r\n\n");
255255
h.insert(" ", symbol::WHITESPACE);
256256
h
257257
};

0 commit comments

Comments
 (0)