mirror of
https://github.com/vale981/Hyprland
synced 2025-03-06 01:51:37 -05: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…
Add table
Reference in a new issue