chore: 更新所有包的版本号至0.0.13
- 为评论表单和回复编辑器中的文本输入框添加键盘事件处理 - 允许通过键盘快捷键(如Ctrl+Enter)提交表单
This commit is contained in:
@@ -301,7 +301,8 @@ export class ReplyEditor extends Component {
|
||||
placeholder,
|
||||
value: value || '',
|
||||
disabled: this.props.submitting,
|
||||
onInput: (e) => this.handleUserInfoChange(field, e.target.value)
|
||||
onInput: (e) => this.handleUserInfoChange(field, e.target.value),
|
||||
onKeydown: (e) => this.handleTextareaKeydown(e)
|
||||
}
|
||||
})
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user