@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user