Merge branch 'develop' into 'fix/use-semantically-correct-buttons'

# Conflicts:
#   CHANGELOG.md
This commit is contained in:
Shpuld Shpludson 2020-12-01 10:47:10 +00:00
commit 655d985a82
16 changed files with 5794 additions and 1081 deletions

View file

@ -37,7 +37,7 @@
v-for="(suggestion, index) in suggestions"
:key="index"
class="autocomplete-item"
:class="{ highlighted: suggestion.highlighted }"
:class="{ highlighted: index === highlighted }"
@click.stop.prevent="onClick($event, suggestion)"
>
<span class="image">