1
0

fix(editor): lint

This commit is contained in:
kolaente
2023-10-22 14:24:10 +02:00
parent 803f9c81c2
commit 229beec1d1

View File

@ -354,7 +354,7 @@ const editor = useEditor({
Placeholder.configure({ Placeholder.configure({
placeholder: ({editor}) => { placeholder: ({editor}) => {
if (!isEditing) { if (!isEditing.value) {
return '' return ''
} }