Skip to content

Commit faf2d35

Browse files
committed
fix: scrollbar click closes when appendToBody fix #383
1 parent e51d6c1 commit faf2d35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Multiselect.vue

+2
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@
174174
:class="classList.dropdown"
175175
tabindex="-1"
176176
ref="dropdown"
177+
@focusin="handleFocusIn"
178+
@focusout="handleFocusOut"
177179
>
178180
<slot name="beforelist" :options="fo"></slot>
179181

0 commit comments

Comments
 (0)