mirror of
https://github.com/hyprwm/Hyprland
synced 2024-12-23 05:09:49 +01:00
textInput: don't double destroy TI
This commit is contained in:
parent
31963f823b
commit
86852cdc78
1 changed files with 0 additions and 1 deletions
|
@ -135,7 +135,6 @@ static void destroyTI(wl_resource* resource) {
|
|||
|
||||
TI->pTextInput->hyprListener_textInputDestroy.emit(nullptr);
|
||||
|
||||
g_pInputManager->m_sIMERelay.removeTextInput(TI->pTextInput);
|
||||
g_pProtocolManager->m_pTextInputV1ProtocolManager->removeTI(TI);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue