mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-15 20:13:49 -07:00
format: fix format
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user