fix: ATTR_ENUMERATED_COERCION spellcheck on kanban board
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
@blur="save($event.target.textContent)"
|
||||
@keydown.enter.prevent.stop="$event.target.blur()"
|
||||
:contenteditable="canWrite ? 'true' : 'false'"
|
||||
spellcheck="false"
|
||||
:spellcheck="false"
|
||||
>
|
||||
{{ task.title.trim() }}
|
||||
</h1>
|
||||
|
Reference in New Issue
Block a user