Skip to content

Commit

Permalink
feat: autofocus popper node
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Mar 30, 2022
1 parent c9db4f6 commit 0a39097
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/floating-vue/src/components/Popper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,7 @@ export default () => ({
await nextFrame()
this.classes.showFrom = false
this.classes.showTo = true
this.$_popperNode.focus()
},

async $_applyHide (skipTransition = false) {
Expand Down

0 comments on commit 0a39097

Please sign in to comment.