mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +03:00
Fix dropdown-toggle not being registered correctly as a mousedown target (#934)
This commit is contained in:
@@ -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') {
|
||||||
|
|||||||
Reference in New Issue
Block a user