Disabele spellcheck on bucket titles
This commit is contained in:
parent
a113884928
commit
c1ba0f7868
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
<h2
|
||||
class="title input"
|
||||
contenteditable="true"
|
||||
spellcheck="false"
|
||||
@focusout="() => saveBucketTitle(bucket.id)"
|
||||
:ref="`bucket${bucket.id}title`"
|
||||
@keyup.ctrl.enter="() => saveBucketTitle(bucket.id)">{{ bucket.title }}</h2>
|
||||
|
|
Loading…
Reference in a new issue