Skip to content

Commit 4b1ca52

Browse files
committed
fix: #375
1 parent 6f2ec2d commit 4b1ca52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-final-modal/src/components/CoreModal/CoreModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ const {
8383
onEntering() {
8484
nextTick(() => {
8585
disableBodyScroll()
86+
focus()
8687
})
8788
},
8889
onEnter() {
89-
focus()
9090
emitEvent('opened')
9191
resolveToggle('opened')
9292
},

0 commit comments

Comments
 (0)