2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +03:00

Merge branch 'master' into reduce-falsey-values

# Conflicts:
#	src/components/Select.vue
#	tests/unit/Reduce.spec.js
This commit is contained in:
Jeff
2019-09-13 18:31:21 -07:00
+1 -1
View File
@@ -619,7 +619,7 @@
const toggleTargets = [ const toggleTargets = [
this.$el, this.$el,
this.searchEl, this.searchEl,
this.$refs.toggle.$el, this.$refs.toggle,
]; ];
if (typeof this.$refs.openIndicator !== 'undefined') { if (typeof this.$refs.openIndicator !== 'undefined') {