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:
parent
8276e800be
commit
8a2053fcaf
1
TODO.md
1
TODO.md
|
@ -11,7 +11,6 @@
|
||||||
- When qml syntax highlighting supports ES6 string interpolation, use them
|
- When qml syntax highlighting supports ES6 string interpolation, use them
|
||||||
|
|
||||||
- Fixes
|
- Fixes
|
||||||
- Collapsing last account with shortcut when focused on room
|
|
||||||
- Missing hourglass when changing avatar and applying
|
- Missing hourglass when changing avatar and applying
|
||||||
- Icons on KDE
|
- Icons on KDE
|
||||||
- Greentext for local echo
|
- Greentext for local echo
|
||||||
|
|
|
@ -88,6 +88,7 @@ HListView {
|
||||||
{
|
{
|
||||||
currentIndex = i
|
currentIndex = i
|
||||||
currentItem.item.toggleCollapse()
|
currentItem.item.toggleCollapse()
|
||||||
|
activate()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user