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
|
<h2
|
||||||
class="title input"
|
class="title input"
|
||||||
contenteditable="true"
|
contenteditable="true"
|
||||||
|
spellcheck="false"
|
||||||
@focusout="() => saveBucketTitle(bucket.id)"
|
@focusout="() => saveBucketTitle(bucket.id)"
|
||||||
:ref="`bucket${bucket.id}title`"
|
:ref="`bucket${bucket.id}title`"
|
||||||
@keyup.ctrl.enter="() => saveBucketTitle(bucket.id)">{{ bucket.title }}</h2>
|
@keyup.ctrl.enter="() => saveBucketTitle(bucket.id)">{{ bucket.title }}</h2>
|
||||||
|
|
Loading…
Add table
Reference in a new issue