Skip to content

Commit aecbde8

Browse files
tobyzernersagalbot
authored andcommitted
Fix dropdown-toggle not being registered correctly as a mousedown target (sagalbot#934)
1 parent 305801e commit aecbde8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Select.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@
619619
const toggleTargets = [
620620
this.$el,
621621
this.searchEl,
622-
this.$refs.toggle.$el,
622+
this.$refs.toggle,
623623
];
624624
625625
if (typeof this.$refs.openIndicator !== 'undefined') {

0 commit comments

Comments
 (0)