Focus text input when quick switcher is closed

Fixes #1065
This commit is contained in:
Loren Burkholder 2023-02-14 09:24:03 -05:00
parent 009d1a8e2d
commit 9297035ba8

View file

@ -25,6 +25,7 @@ Popup {
onOpened: {
roomTextInput.forceActiveFocus();
}
onClosed: TimelineManager.focusMessageInput()
property int textMargin: Nheko.paddingSmall
Column{