fix(editor): lint
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2023-10-22 14:24:10 +02:00
parent 803f9c81c2
commit 229beec1d1
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

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