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 }}>
|
<div style={{ width: 320 }}>
|
||||||
<TextArea
|
<TextArea
|
||||||
ref={ref}
|
ref={ref}
|
||||||
autofocus
|
autoFocus
|
||||||
placeholder="输入公式"
|
placeholder="输入公式"
|
||||||
autosize
|
autosize
|
||||||
rows={3}
|
rows={3}
|
||||||
|
|
Loading…
Reference in New Issue