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