mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:19:05 +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++) {
|
for (var i = 0; i < notificationList.length; i++) {
|
||||||
if (overlay === notificationList[i].id) {
|
if (overlay === notificationList[i].id) {
|
||||||
Overlays.deleteOverlay(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",
|
type: "ShowChatWindow",
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue