mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-11-30 03:08:31 +08:00
fix(client): remove auto focus for rich text component
This commit is contained in:
parent
85fb8d7452
commit
5d9976b35e
@ -85,7 +85,7 @@ export const RichText = (props: any) => {
|
||||
renderLeaf={renderLeaf}
|
||||
placeholder={placeholder}
|
||||
spellCheck
|
||||
autoFocus
|
||||
style={{ minHeight: '10em' }}
|
||||
readOnly={readOnly}
|
||||
onKeyDown={(event) => {
|
||||
for (const hotkey in HOTKEYS) {
|
||||
|
Loading…
Reference in New Issue
Block a user