Skip to content

Commit 313f558

Browse files
author
Stephan Dilly
committed
todo
1 parent 60759d7 commit 313f558

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/textinput.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ impl TextInputComponent {
8989
/// Set the `msg`.
9090
pub fn set_text(&mut self, msg: String) {
9191
self.msg = msg;
92+
//TODO: make sure cursor is in bounds
9293
}
9394

9495
/// Set the `title`.

0 commit comments

Comments
 (0)