fix: autofocus to autoFocus

This commit is contained in:
fantasticit 2022-05-10 11:17:05 +08:00
parent b471045eff
commit 2a6a82936f
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ export const KatexWrapper = ({ editor, node, updateAttributes }) => {
<div style={{ width: 320 }}>
<TextArea
ref={ref}
autofocus
autoFocus
placeholder="输入公式"
autosize
rows={3}