mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:47:30 +02:00
Fix chat window toggling for all users on domain.
This commit is contained in:
parent
68cefda3e5
commit
2a5604a166
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ Controller.mousePressEvent.connect(function (event) {
|
|||
for (var i = 0; i < notificationList.length; i++) {
|
||||
if (overlay === notificationList[i].id) {
|
||||
Overlays.deleteOverlay(notificationList[i].id)
|
||||
Messages.sendMessage(MAIN_CHAT_APP_CHANNEL, JSON.stringify({
|
||||
Messages.sendLocalMessage(MAIN_CHAT_APP_CHANNEL, JSON.stringify({
|
||||
type: "ShowChatWindow",
|
||||
}));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue