mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 18:25:59 +01:00
format: fix format
This commit is contained in:
parent
c24034eb9d
commit
2571875453
1 changed files with 2 additions and 2 deletions
|
@ -88,10 +88,10 @@ void CTextInput::onDisabled() {
|
|||
}
|
||||
|
||||
if (!focusedSurface())
|
||||
return;
|
||||
return;
|
||||
|
||||
if (!isV3())
|
||||
leave();
|
||||
leave();
|
||||
|
||||
hyprListener_surfaceDestroyed.removeCallback();
|
||||
hyprListener_surfaceUnmapped.removeCallback();
|
||||
|
|
Loading…
Reference in a new issue