mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 14:26:00 +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())
|
if (!focusedSurface())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!isV3())
|
if (!isV3())
|
||||||
leave();
|
leave();
|
||||||
|
|
||||||
hyprListener_surfaceDestroyed.removeCallback();
|
hyprListener_surfaceDestroyed.removeCallback();
|
||||||
hyprListener_surfaceUnmapped.removeCallback();
|
hyprListener_surfaceUnmapped.removeCallback();
|
||||||
|
|
Loading…
Reference in a new issue