Reinitialize completion list after switching room
This commit is contained in:
@@ -232,6 +232,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