Reinitialize completion list after switching room
(cherry picked from commit e15e10d319)
This commit is contained in:
@@ -227,6 +227,14 @@ Item {
|
|||||||
chatBar.inputFieldForceActiveFocusTriggered()
|
chatBar.inputFieldForceActiveFocusTriggered()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Connections {
|
||||||
|
target: RoomManager
|
||||||
|
|
||||||
|
function onCurrentRoomChanged() {
|
||||||
|
chatBar.userAutocompleted = {};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Connections {
|
Connections {
|
||||||
target: ChatBoxHelper
|
target: ChatBoxHelper
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user