mirror of https://github.com/fantasticit/think.git
fix: autofocus to autoFocus
This commit is contained in:
parent
b471045eff
commit
2a6a82936f
|
@ -65,7 +65,7 @@ export const KatexWrapper = ({ editor, node, updateAttributes }) => {
|
|||
<div style={{ width: 320 }}>
|
||||
<TextArea
|
||||
ref={ref}
|
||||
autofocus
|
||||
autoFocus
|
||||
placeholder="输入公式"
|
||||
autosize
|
||||
rows={3}
|
||||
|
|
Loading…
Reference in New Issue