format: fix format

This commit is contained in:
Vaxry 2024-03-28 02:28:16 +00:00
parent c24034eb9d
commit 2571875453

View file

@ -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();