diff --git a/scripts/communityScripts/chat/FloofChat.js b/scripts/communityScripts/chat/FloofChat.js index 3e786d9827..84b18860b4 100644 --- a/scripts/communityScripts/chat/FloofChat.js +++ b/scripts/communityScripts/chat/FloofChat.js @@ -695,7 +695,7 @@ function keyPressEvent(event) { if (event.key === H_KEY && !event.isAutoRepeat && event.isControl) { toggleMainChatWindow() } - if (event.key === ENTER_KEY && !event.isAutoRepeat && !visible) { + if (event.key === ENTER_KEY && !event.isAutoRepeat && !visible && !HMD.active) { setVisible(true); } if (event.key === ESC_KEY && !event.isAutoRepeat && visible) {