Skip to content

Commit 13f7d4c

Browse files
committed
Fix typo when checking only contain update preedit introduced in 4ab5870.
1 parent 4ab5870 commit 13f7d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/fcitx/inputcontext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ bool InputContext::hasPendingEventsStrictOrder() const {
341341
return event->type() !=
342342
EventType::InputContextUpdatePreedit;
343343
})) {
344-
return false;
344+
return true;
345345
}
346346

347347
// Check whether the preedit is non-empty.

0 commit comments

Comments
 (0)