Reset composer when recycling chat page

This commit is contained in:
miruka
2020-09-03 18:30:36 -04:00
parent 82bcc29475
commit 99ae075bb4
3 changed files with 19 additions and 6 deletions

View File

@@ -245,4 +245,13 @@ HTextArea {
// )
// }
}
Connections {
target: pageLoader
function onRecycled() {
area.reset()
area.loadState()
}
}
}