Honor setting the selected range in addition to marking text
This commit is contained in:
parent
f712dec4c0
commit
eda60effed
3 changed files with 10 additions and 4 deletions
|
@ -449,10 +449,12 @@ impl InputHandler for WindowInputHandler {
|
|||
// TODO - do these need to be handled separately?
|
||||
|
||||
fn cancel_composition(&mut self) {
|
||||
println!("cancel_composition()");
|
||||
self.unmark_text();
|
||||
}
|
||||
|
||||
fn finish_composition(&mut self) {
|
||||
println!("finish_composition()");
|
||||
self.unmark_text();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue