Skip to content

Commit

Permalink
refactor: remove Create Shortcut from contextmenu as it hasn't impl…
Browse files Browse the repository at this point in the history
…emented yet.
  • Loading branch information
kimlimjustin committed Sep 21, 2021
1 parent a6bd813 commit 6c787e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Components/Context Menu/contextMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ const ContextMenuInner = (target: HTMLElement, coorX:number, coorY:number, openD
[
{ "menu": "Cut", "shortcut": "Ctrl+X", "icon": "cut", "role": "cut" },
{ "menu": "Copy", "shortcut": "Ctrl+C", "icon": "copy", "role": "copy" },
{ "menu": "Create Shortcut", "shortcut": "Alt+S", "icon": "shortcut" },
{ "menu": "Copy Location Path", "shortcut": "Alt+Shift+C", "icon": "location", "role": "location" },
],
[
Expand All @@ -114,7 +113,6 @@ const ContextMenuInner = (target: HTMLElement, coorX:number, coorY:number, openD
[
{ "menu": "Cut", "shortcut": "Ctrl+X", "icon": "cut", "role": "cut" },
{ "menu": "Copy", "shortcut": "Ctrl+C", "icon": "copy", "role": "copy" },
{ "menu": "Create Shortcut", "shortcut": "Alt+S", "icon": "shortcut" },
{ "menu": "Copy Location Path", "shortcut": "Alt+Shift+C", "icon": "location", "role": "location" },
],
[
Expand Down

1 comment on commit 6c787e1

@vercel
Copy link

@vercel vercel bot commented on 6c787e1 Sep 21, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.