Skip to content

Commit

Permalink
fix(VDialog): remove unnecessary event.stopPropagation
Browse files Browse the repository at this point in the history
fixes #10167
  • Loading branch information
johnleider committed Jan 19, 2020
1 parent 5af2cd1 commit 9ca0519
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/vuetify/src/components/VDialog/VDialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,6 @@ export default baseMixins.extend({
},
{ name: 'show', value: this.isActive },
],
on: {
click: (e: Event) => { e.stopPropagation() },
},
style: {},
}

Expand Down

0 comments on commit 9ca0519

Please sign in to comment.