minor shortcut change to match existing hotkey (#6580)

This commit is contained in:
rahulramesha 2021-08-13 12:03:39 +05:30 committed by GitHub
parent a1398ad9b4
commit 2e884bd7eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ export const GetNavigationMenuData = ({
children: [
{
text: "Edit Mode",
label: "E",
label: "V",
onClick: () => setCommentModeInUrl(false),
type: MenuTypes.MENU,
isVisible: true,