From 6c787e13508dc1b9ed95f7478c762eab96cc3f1b Mon Sep 17 00:00:00 2001 From: Justin Maximillian Kimlim Date: Tue, 21 Sep 2021 16:26:46 +0700 Subject: [PATCH] refactor: remove `Create Shortcut` from contextmenu as it hasn't implemented yet. --- src/Components/Context Menu/contextMenu.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Components/Context Menu/contextMenu.ts b/src/Components/Context Menu/contextMenu.ts index 536a8961..5c10cc63 100644 --- a/src/Components/Context Menu/contextMenu.ts +++ b/src/Components/Context Menu/contextMenu.ts @@ -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" }, ], [ @@ -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" }, ], [