diff --git a/packages/spotlight/src/components/spotlight.tsx b/packages/spotlight/src/components/spotlight.tsx index c9c9c2904..d55d7dbcc 100644 --- a/packages/spotlight/src/components/spotlight.tsx +++ b/packages/spotlight/src/components/spotlight.tsx @@ -28,6 +28,7 @@ export const Spotlight = () => { return ( { setMode("help"); setChildrenOptions(null); @@ -64,6 +65,11 @@ export const Spotlight = () => { {activeMode.modeKey !== "help" ? {activeMode.character} : null} } + styles={{ + section: { + pointerEvents: "all", + }, + }} rightSection={ mode === "help" ? undefined : ( ), filter: () => true, - useInteraction: interaction.link(({ href }) => ({ href })), + useInteraction: interaction.link(({ href }) => ({ href, newTab: true })), }), ], } satisfies SearchMode;