Merge branch 'stable'

This commit is contained in:
zadam
2019-06-30 20:15:37 +02:00
3 changed files with 9 additions and 5 deletions
@@ -338,7 +338,9 @@ class TabContext {
}
closeAutocomplete() {
this.$tabContent.find('.aa-input').autocomplete('close');
if (utils.isDesktop()) {
this.$tabContent.find('.aa-input').autocomplete('close');
}
}
}