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 f7f0580 commit 32000ceCopy full SHA for 32000ce
src/client/components/ChatV2/ChatBox.tsx
@@ -93,7 +93,6 @@ export const ChatBox = ({
93
94
const messageText = textFieldRef?.current ? textFieldRef.current.value : ''
95
96
- console.log('message is: ' + messageText)
97
// This is here to prevent the form from submitting on disabled.
98
// It is done this way instead of explicitely disabling the textfield
99
// so that it doesnt break the re-focus back on the text field after message is send
0 commit comments