2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

Fix dropdown-toggle not being registered correctly as a mousedown target (#934)

This commit is contained in:
Toby Zerner
2019-09-14 08:01:37 +09:30
committed by Jeff Sagal
parent 305801e37f
commit aecbde8343
+1 -1
View File
@@ -619,7 +619,7 @@
const toggleTargets = [
this.$el,
this.searchEl,
this.$refs.toggle.$el,
this.$refs.toggle,
];
if (typeof this.$refs.openIndicator !== 'undefined') {