Skip to content

Commit

Permalink
remove e.preventDefault on modal close (#1444)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smef authored Feb 29, 2024
1 parent b422860 commit 1cb2b30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stubs/inertia/resources/js/Components/Modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ watch(() => props.show, () => {
const close = () => {
if (props.closeable) {
emit('close');
e.preventDefault();
}
};
Expand Down

0 comments on commit 1cb2b30

Please sign in to comment.