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