mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-23 04:45:59 +01:00
textinput: fix ime when opening multiple windows (#5281)
This commit is contained in:
parent
9b7ae25ae8
commit
ae52b7f468
1 changed files with 5 additions and 1 deletions
|
@ -87,6 +87,10 @@ void CTextInput::onDisabled() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!focusedSurface())
|
||||||
|
return;
|
||||||
|
|
||||||
|
if (!isV3())
|
||||||
leave();
|
leave();
|
||||||
|
|
||||||
hyprListener_surfaceDestroyed.removeCallback();
|
hyprListener_surfaceDestroyed.removeCallback();
|
||||||
|
|
Loading…
Reference in a new issue