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…
Add table
Add a link
Reference in a new issue