* 翻译
This commit is contained in:
2022-09-02 03:33:04 +00:00
parent 29ef5be718
commit ae58bf7a27
10 changed files with 23 additions and 23 deletions

View File

@@ -180,7 +180,7 @@ export default class MessageInput extends Component {
id="messageInput"
ref="input"
type="text"
placeholder="Type something to send..."
placeholder="在此输入内容..."
readOnly={!canisend}
onPaste={e => this.handlePaste(e)}
onKeyPress={e => this.handleEnter(e)}