mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
refactor: improve InlineCombobox context handling and optimize search functionality
This commit is contained in:
parent
648b00da64
commit
0edfd116af
2 changed files with 24 additions and 11 deletions
|
|
@ -186,7 +186,7 @@ export function SlashInputElement({
|
|||
>
|
||||
<InlineComboboxInput />
|
||||
|
||||
<InlineComboboxContent>
|
||||
<InlineComboboxContent className="dark:bg-neutral-800 dark:border dark:border-neutral-700">
|
||||
<InlineComboboxEmpty>No results found.</InlineComboboxEmpty>
|
||||
|
||||
{slashCommandGroups.map(({ heading, items }) => (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue