🌐 AI搜索 & 代理 主页
Skip to content

Commit 7d362d3

Browse files
authored
Update dropdown.js
1 parent 79f715b commit 7d362d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mixins/dropdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ export default {
337337
} else {
338338
// Allow time for any other dropdown to close if
339339
// focus moves from dropdown to dropdown
340-
this.$nextTick(() => {
340+
requestAF(() => {
341341
this.show()
342342
})
343343
}

0 commit comments

Comments
 (0)