mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
Merge branch 'master' into reduce-falsey-values
# Conflicts: # src/components/Select.vue # tests/unit/Reduce.spec.js
This commit is contained in:
@@ -619,7 +619,7 @@
|
||||
const toggleTargets = [
|
||||
this.$el,
|
||||
this.searchEl,
|
||||
this.$refs.toggle.$el,
|
||||
this.$refs.toggle,
|
||||
];
|
||||
|
||||
if (typeof this.$refs.openIndicator !== 'undefined') {
|
||||
|
||||
Reference in New Issue
Block a user