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