From 5948d796d83c8705d6db8ce5cd0fe61f9a3f9705 Mon Sep 17 00:00:00 2001 From: ntsekouras Date: Fri, 30 Jun 2023 13:44:02 +0300 Subject: [PATCH] [Command Palette]: Remove suggestion for deleting templates/parts --- packages/edit-site/src/hooks/commands/use-edit-mode-commands.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/edit-site/src/hooks/commands/use-edit-mode-commands.js b/packages/edit-site/src/hooks/commands/use-edit-mode-commands.js index e9e00b9723a125..3bd1b561a3ab13 100644 --- a/packages/edit-site/src/hooks/commands/use-edit-mode-commands.js +++ b/packages/edit-site/src/hooks/commands/use-edit-mode-commands.js @@ -250,7 +250,6 @@ export function useEditModeCommands() { useCommandLoader( { name: 'core/edit-site/manipulate-document', hook: useManipulateDocumentCommands, - context: 'site-editor-edit', } ); useCommandLoader( {