diff --git a/imports/NeoChat/Component/ChatBox/ChatBox.qml b/imports/NeoChat/Component/ChatBox/ChatBox.qml index f060edf54..1d953fb88 100644 --- a/imports/NeoChat/Component/ChatBox/ChatBox.qml +++ b/imports/NeoChat/Component/ChatBox/ChatBox.qml @@ -227,6 +227,14 @@ Item { chatBar.inputFieldForceActiveFocusTriggered() } + Connections { + target: RoomManager + + function onCurrentRoomChanged() { + chatBar.userAutocompleted = {}; + } + } + Connections { target: ChatBoxHelper