We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a562316 commit 14effc7Copy full SHA for 14effc7
src/react/Chat.tsx
@@ -101,7 +101,7 @@ export default ({
101
if (!/^[\w\d_]+$/i.test(currentPlayerName ?? '')) return ''
102
return currentPlayerName
103
}, [currentPlayerName])
104
-
+
105
const sendHistoryRef = useRef(JSON.parse(window.sessionStorage.chatHistory || '[]'))
106
const [isInputFocused, setIsInputFocused] = useState(false)
107
const spellCheckEnabled = false
0 commit comments