From 1e481b1162085a3d2009d7a98bc1faffbfe2393e Mon Sep 17 00:00:00 2001 From: Aaron Junker Date: Tue, 6 Jun 2023 14:37:23 +0200 Subject: [PATCH] [Monaco] Switch contect menu items (#26328) --- src/common/FilePreviewCommon/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/FilePreviewCommon/index.html b/src/common/FilePreviewCommon/index.html index 7c35dec426..702f934207 100644 --- a/src/common/FilePreviewCommon/index.html +++ b/src/common/FilePreviewCommon/index.html @@ -95,9 +95,9 @@ // A rule to evaluate on top of the precondition in order to dispatch the keybindings. keybindingContext: null, - contextMenuGroupId: 'navigation', + contextMenuGroupId: 'cutcopypaste', - contextMenuOrder: 1.5, + contextMenuOrder: 100, // Method that will be executed when the action is triggered. // @param editor The editor instance is passed in as a convenience