Fix collapsing account with keyboard

When collapsing the account and the current page/focus is a room of this
account, switch focus to the account.
This commit is contained in:
miruka 2019-08-30 11:24:47 -04:00
parent 8276e800be
commit 8a2053fcaf
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,6 @@
- When qml syntax highlighting supports ES6 string interpolation, use them
- Fixes
- Collapsing last account with shortcut when focused on room
- Missing hourglass when changing avatar and applying
- Icons on KDE
- Greentext for local echo

View File

@ -88,6 +88,7 @@ HListView {
{
currentIndex = i
currentItem.item.toggleCollapse()
activate()
}
}
}