From 18bd0a76f57bd1324d5abaf52931561be92cc7eb Mon Sep 17 00:00:00 2001 From: Akos Kitta Date: Thu, 17 Dec 2020 09:00:54 +0100 Subject: [PATCH] [menu]: Removed _Save without Formatting_ menu. Signed-off-by: Akos Kitta --- packages/core/src/browser/common-frontend-contribution.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/core/src/browser/common-frontend-contribution.ts b/packages/core/src/browser/common-frontend-contribution.ts index 1d21dcde37124..d8e9f66869bb5 100644 --- a/packages/core/src/browser/common-frontend-contribution.ts +++ b/packages/core/src/browser/common-frontend-contribution.ts @@ -452,9 +452,6 @@ export class CommonFrontendContribution implements FrontendApplicationContributi registry.registerMenuAction(CommonMenus.FILE_SAVE, { commandId: CommonCommands.SAVE.id }); - registry.registerMenuAction(CommonMenus.FILE_SAVE, { - commandId: CommonCommands.SAVE_WITHOUT_FORMATTING.id - }); registry.registerMenuAction(CommonMenus.FILE_SAVE, { commandId: CommonCommands.SAVE_ALL.id });