mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Merge branch 'clear-preedit-text' into 'main'
inputMethod: Reset preedit cursor when preedit text is cleared See merge request GNOME/gnome-shell!3318
This commit is contained in:
commit
ffa3c63d46
1 changed files with 1 additions and 3 deletions
|
|
@ -163,9 +163,7 @@ export const InputMethod = GObject.registerClass({
|
|||
}
|
||||
|
||||
_onHidePreeditText() {
|
||||
this.set_preedit_text(
|
||||
null, this._preeditPos, this._preeditAnchor,
|
||||
this._preeditCommitMode);
|
||||
this.set_preedit_text(null, 0, 0, this._preeditCommitMode);
|
||||
this._preeditVisible = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue