diff --git a/public/app/features/commandPalette/KBarResults.tsx b/public/app/features/commandPalette/KBarResults.tsx index ae7604b6350..2eb8a5aecf7 100644 --- a/public/app/features/commandPalette/KBarResults.tsx +++ b/public/app/features/commandPalette/KBarResults.tsx @@ -71,18 +71,7 @@ export const KBarResults = (props: KBarResultsProps) => { } return nextIndex; }); - } else if (event.key === 'Enter' && (event.metaKey || event.ctrlKey)) { - // Cmd+Enter (Mac) or Ctrl+Enter (Windows/Linux) - open in new tab - event.preventDefault(); - - if (activeRef.current instanceof HTMLAnchorElement) { - window.open(activeRef.current.href, '_blank', 'noopener,noreferrer'); - query.toggle(); - } else { - // For action-based items (rendered as