Fix banners not live-updating

This commit is contained in:
miruka
2019-04-21 15:34:08 -04:00
parent ea8f75c729
commit 4dced63b63
3 changed files with 6 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ ColumnLayout {
readonly property var roomInfo:
Backend.models.rooms.get(userId).getWhere("roomId", roomId)
id: chatPage
spacing: 0
onFocusChanged: sendBox.setFocus()