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 b295714 commit ac8f430Copy full SHA for ac8f430
client/src/components/chat/ChatInput.tsx
@@ -74,7 +74,6 @@ export const ChatInput = memo(() => {
74
value={inputMessage}
75
onChange={(e) => setInputMessage(e.target.value)}
76
placeholder="메시지를 입력하세요"
77
- maxLength={100}
78
disabled={!isConnected || shouldDisableInput}
79
autoComplete="off"
80
/>
0 commit comments