Skip to content

Commit

Permalink
fix(VDialog): fixed event variable ref in onFocusin (#7498)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcculleydj authored and KaelWD committed Jun 14, 2019
1 parent 4222665 commit db94b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VDialog/VDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export default {
this.$emit('keydown', e)
},
onFocusin (e) {
const { target } = event
const { target } = e

if (
// It isn't the document or the dialog body
Expand Down

0 comments on commit db94b73

Please sign in to comment.