Skip to content

Commit

Permalink
not prevent default always
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Dec 7, 2023
1 parent 17fe855 commit 209fadb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
event.detail.parentEvent instanceof KeyboardEvent &&
event.detail.parentEvent.key !== 'Enter'
) {
event.preventDefault(); // do nothing
//event.preventDefault(); // do nothing
}
});

Expand Down Expand Up @@ -114,10 +114,6 @@
);


dialog.addEventListener('action', (event) => {

});

dialog.actions = actions;
//dialog.open();
</script>
Expand Down

1 comment on commit 209fadb

@vercel
Copy link

@vercel vercel bot commented on 209fadb Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cmd-dialog – ./

cmd-dialog-ozzyczech.vercel.app
cmd-dialog-git-main-ozzyczech.vercel.app
cmd-dialog.vercel.app

Please sign in to comment.