Merge pull request #1366 from Nheko-Reborn/uiTweaks
Focus text input when quick switcher is closed
This commit is contained in:
commit
316eb07dbf
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ Popup {
|
|||
onOpened: {
|
||||
roomTextInput.forceActiveFocus();
|
||||
}
|
||||
onClosed: TimelineManager.focusMessageInput()
|
||||
property int textMargin: Nheko.paddingSmall
|
||||
|
||||
Column{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue