Skip to content

Commit 1cb2b30

Browse files
authored
remove e.preventDefault on modal close (#1444)
1 parent b422860 commit 1cb2b30

File tree

1 file changed

+0
-1
lines changed
  • stubs/inertia/resources/js/Components

1 file changed

+0
-1
lines changed

stubs/inertia/resources/js/Components/Modal.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ watch(() => props.show, () => {
3737
const close = () => {
3838
if (props.closeable) {
3939
emit('close');
40-
e.preventDefault();
4140
}
4241
};
4342

0 commit comments

Comments
 (0)