fixed touch issue

This commit is contained in:
Luca Haid
2025-01-14 12:33:55 +01:00
parent e86db7d2e1
commit 1ec1afd859

View File

@@ -49,6 +49,7 @@ Vue.component('tt-autocomplete', {
:class="{'active': value === item.value}"
class="dropdown-item"
@click.prevent="selectSuggestion(item)"
@touchstart.prevent="selectSuggestion(item)"
style="cursor: pointer;"
>
{{ item.text }}