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: {
|
onOpened: {
|
||||||
roomTextInput.forceActiveFocus();
|
roomTextInput.forceActiveFocus();
|
||||||
}
|
}
|
||||||
|
onClosed: TimelineManager.focusMessageInput()
|
||||||
property int textMargin: Nheko.paddingSmall
|
property int textMargin: Nheko.paddingSmall
|
||||||
|
|
||||||
Column{
|
Column{
|
||||||
|
Loading…
Reference in New Issue
Block a user