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

Fix unclickable dead zones around dropdown and dropdown arrow

This commit is contained in:
Alex
2019-10-07 00:11:23 -04:00
parent 17c1d3db97
commit c9c4872f5a
+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"
@@ -620,6 +620,8 @@
this.$el,
this.searchEl,
this.$refs.toggle,
this.$refs.actions,
this.$refs.selectedOptions,
];
if (typeof this.$refs.openIndicator !== 'undefined') {