Skip to content

Commit

Permalink
Change from a to x
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Dec 4, 2023
1 parent ad047e9 commit 2a8ed2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
actions.unshift(
{
title: 'Outside action',
hotkey: {key: 'a', scope: 'outside'},
hotkey: {key: 'x', scope: 'outside'},
description: 'Open dialog',
onAction() {
alert('Default oustide action');
alert('Default oustide action triggered with hotkey "x"');
},
},
);

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

1 comment on commit 2a8ed2d

@vercel
Copy link

@vercel vercel bot commented on 2a8ed2d Dec 4, 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.vercel.app
cmd-dialog-git-main-ozzyczech.vercel.app

Please sign in to comment.