Merge branch 'fix-tt-autocomplete' into 'master'
fixed touch issue See merge request fronk/thetool!892
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user