diff --git a/src/inputmethod.cpp b/src/inputmethod.cpp index d1e821ee0c..1c7e055e99 100644 --- a/src/inputmethod.cpp +++ b/src/inputmethod.cpp @@ -140,8 +140,6 @@ void InputMethod::setActive(bool active) if (!wasActive) { waylandServer()->inputMethod()->sendActivate(); - } else { - waylandServer()->inputMethod()->context()->sendReset(); } adoptInputMethodContext(); } else {