2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-10 07:52:23 +03:00

Merge pull request #962 from CK159/master

Fix unclickable dead zones around dropdown and dropdown arrow
This commit is contained in:
Jeff Sagal
2019-11-08 18:11:07 -08:00
committed by GitHub
+3 -1
View File
@@ -28,7 +28,7 @@
</slot>
</div>
<div class="vs__actions">
<div class="vs__actions" ref="actions">
<button
v-show="showClearButton"
:disabled="disabled"
@@ -663,6 +663,8 @@
this.$el,
this.searchEl,
this.$refs.toggle,
this.$refs.actions,
this.$refs.selectedOptions,
];
if (typeof this.$refs.openIndicator !== 'undefined') {