Disabele spellcheck on bucket titles
continuous-integration/drone/push Build is passing Details

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
1 changed files with 1 additions and 0 deletions

View File

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