Reset composer when recycling chat page
This commit is contained in:
@@ -245,4 +245,13 @@ HTextArea {
|
||||
// )
|
||||
// }
|
||||
}
|
||||
|
||||
Connections {
|
||||
target: pageLoader
|
||||
|
||||
function onRecycled() {
|
||||
area.reset()
|
||||
area.loadState()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user