refactor: fix typo
This commit is contained in:
parent
f7dff673ad
commit
aac689a2f5
2 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ const { editor } = useTiptap({
|
|||
content: toRef(draft.params, 'status'),
|
||||
placeholder,
|
||||
autofocus: isExpanded,
|
||||
onSubimit: publish,
|
||||
onSubmit: publish,
|
||||
onFocus() { isExpanded = true },
|
||||
onPaste: handlePaste,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue