Skip to content

Commit 147bc28

Browse files
author
yaroslav8765
committed
fix: fix incorrect dropdown position with teleportToBody prop
1 parent 9adc56b commit 147bc28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/afcl/Select.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ async function inputClick() {
184184
search.value = '';
185185
}
186186
187-
if(!props.teleportToBody){
187+
if(props.teleportToBody){
188188
await nextTick();
189189
handleScroll();
190190
}

0 commit comments

Comments
 (0)