Merge pull request #1366 from Nheko-Reborn/uiTweaks
Focus text input when quick switcher is closed
This commit is contained in:
commit
316eb07dbf
@ -25,6 +25,7 @@ Popup {
|
||||
onOpened: {
|
||||
roomTextInput.forceActiveFocus();
|
||||
}
|
||||
onClosed: TimelineManager.focusMessageInput()
|
||||
property int textMargin: Nheko.paddingSmall
|
||||
|
||||
Column{
|
||||
|
Loading…
Reference in New Issue
Block a user