mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-10 22:41:17 +00:00
non-clickable when not selected
This commit is contained in:
parent
b066ed8996
commit
5903e41cc5
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ export function FilterSpaces({
|
|||
value={input}
|
||||
/>
|
||||
</div>
|
||||
<CommandList className="z-10 translate-y-12 translate-x-5 opacity-0 absolute group-focus-within:opacity-100 transition-opacity p-2 rounded-lg max-w-64 bg-[#2C3338]">
|
||||
<CommandList className="z-10 translate-y-12 translate-x-5 hidden pointer-events-none opacity-0 absolute group-focus-within:block group-focus-within:pointer-events-auto group-focus-within:opacity-100 transition-opacity p-2 rounded-lg max-w-64 bg-[#2C3338]">
|
||||
<CommandGroup className="pointer-events-none opacity-0 group-focus-within:opacity-100 scale-50 scale-y-50 group-focus-within:scale-y-100 group-focus-within:scale-100 group-focus-within:pointer-events-auto transition-all origin-top">
|
||||
{initialSpaces.filter(
|
||||
(space) => !selectedSpaces.some((v) => v.id === space.id),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue