fix(spotlight): x button not clickable, help links open in current tab, bad screen usage on mobile (#1199)
* fix: spotlight help links should open in new tab * fix: x button is not clickable in spotlight * fix: reduce offset for spotlight, to improve screen usage on mobile
This commit is contained in:
@@ -66,7 +66,7 @@ const helpMode = {
|
||||
</Group>
|
||||
),
|
||||
filter: () => true,
|
||||
useInteraction: interaction.link(({ href }) => ({ href })),
|
||||
useInteraction: interaction.link(({ href }) => ({ href, newTab: true })),
|
||||
}),
|
||||
],
|
||||
} satisfies SearchMode;
|
||||
|
||||
Reference in New Issue
Block a user