Skip to content

Commit 00093c9

Browse files
authored
Merge pull request #290 from devforth/AdminForth/727
fix: fix incorrect dropdown position with teleportToBody prop
2 parents 49c3756 + 147bc28 commit 00093c9

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
@@ -186,7 +186,7 @@ async function inputClick() {
186186
search.value = '';
187187
}
188188
189-
if(!props.teleportToBody){
189+
if(props.teleportToBody){
190190
await nextTick();
191191
handleScroll();
192192
}

0 commit comments

Comments
 (0)