Merge branch 'fix-tt-autocomplete' into 'master'

fixed touch issue

See merge request fronk/thetool!892
This commit is contained in:
Luca Haid
2025-01-14 11:34:10 +00:00

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