mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-17 04:53:48 -07:00
textinput: fix ime when opening multiple windows (#5281)
This commit is contained in:
@@ -87,7 +87,11 @@ void CTextInput::onDisabled() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
leave();
|
if (!focusedSurface())
|
||||||
|
return;
|
||||||
|
|
||||||
|
if (!isV3())
|
||||||
|
leave();
|
||||||
|
|
||||||
hyprListener_surfaceDestroyed.removeCallback();
|
hyprListener_surfaceDestroyed.removeCallback();
|
||||||
hyprListener_surfaceUnmapped.removeCallback();
|
hyprListener_surfaceUnmapped.removeCallback();
|
||||||
|
Reference in New Issue
Block a user