Disabele spellcheck on bucket titles
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kolaente 2020-07-09 19:00:37 +02:00
parent a113884928
commit c1ba0f7868
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -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>