diff --git a/xdgshellclient.cpp b/xdgshellclient.cpp index a9a8bd2eed..cfb3d4ca40 100644 --- a/xdgshellclient.cpp +++ b/xdgshellclient.cpp @@ -916,9 +916,6 @@ bool XdgToplevelClient::dockWantsInput() const bool XdgToplevelClient::acceptsFocus() const { - if (isInputMethod()) { - return false; - } if (m_plasmaShellSurface) { if (m_plasmaShellSurface->role() == PlasmaShellSurfaceInterface::Role::OnScreenDisplay || m_plasmaShellSurface->role() == PlasmaShellSurfaceInterface::Role::ToolTip) {