citadel #1

Closed
isa wants to merge 29 commits from citadel into citadel-45.0
Showing only changes of commit b1538fcb20 - Show all commits

View File

@ -111,6 +111,8 @@ class InputMethod extends Clutter.InputMethod {
return; return;
let preedit = text.get_text(); let preedit = text.get_text();
if (preedit === '')
preedit = null;
if (visible) if (visible)
this.set_preedit_text(preedit, pos, mode); this.set_preedit_text(preedit, pos, mode);