Clear pre-edit window state when pre-edit content is None
This commit is contained in:
parent
88ffba4a3a
commit
89a4dc2ac2
1 changed files with 2 additions and 0 deletions
|
|
@ -234,6 +234,8 @@ where
|
||||||
|
|
||||||
self.preedit = Some(overlay);
|
self.preedit = Some(overlay);
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
self.preedit = None;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue