diff --git a/src/managers/input/InputMethodRelay.cpp b/src/managers/input/InputMethodRelay.cpp index 99949fce..7a9d9326 100644 --- a/src/managers/input/InputMethodRelay.cpp +++ b/src/managers/input/InputMethodRelay.cpp @@ -88,7 +88,7 @@ void CInputMethodRelay::onNewIME(wlr_input_method_v2* pIME) { Debug::log(LOG, "IME Destroy"); if (PTI) { - setPendingSurface(PTI, focusedSurface(PTI)); + // setPendingSurface(PTI, focusedSurface(PTI)); if (PTI->pWlrInput) wlr_text_input_v3_send_leave(PTI->pWlrInput);