Skip to content

Commit

Permalink
fix(bluemap/chat): mobile chrome unable to send messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Chicken committed Apr 15, 2024
1 parent ec1a074 commit 3311ce6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BlueMap/Chat/src/main/resources/bluemap-chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ void async function() {
chatInput.id = "chat-input";
chatInput.placeholder = "Enter your message...";
chatInput.maxLength = 256;
chatInput.enterKeyHint = "enter";
root.appendChild(chatInput);

if (!auth || !auth.loggedIn) {
Expand Down

0 comments on commit 3311ce6

Please sign in to comment.