fix(editor): lint
This commit is contained in:
@ -354,7 +354,7 @@ const editor = useEditor({
|
|||||||
|
|
||||||
Placeholder.configure({
|
Placeholder.configure({
|
||||||
placeholder: ({editor}) => {
|
placeholder: ({editor}) => {
|
||||||
if (!isEditing) {
|
if (!isEditing.value) {
|
||||||
return ''
|
return ''
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user