Focus text input when quick switcher is closed

Fixes #1065
pull/1366/head
Loren Burkholder 2 years ago
parent 009d1a8e2d
commit 9297035ba8
  1. 1
      resources/qml/QuickSwitcher.qml

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

Loading…
Cancel
Save