Move cursor position to start on left boundary click

This commit is contained in:
Héctor Ramón Jiménez 2019-12-21 05:36:36 +01:00
parent 36e7ac2048
commit 938177e225

View file

@ -209,6 +209,8 @@ where
0,
self.value.len(),
);
} else {
self.state.cursor_position = 0;
}
}