André Coelho
André Coelho
> So one thing that makes this hard is that while most ink is text-then-choices, in reality choices are gathered up as the ink is processed. So regathering choices is...
I've encountered this problem before as well, but haven't had time to investigate it further. Now I have nowhere to run, so I'm thinking of a solution. Not being able...
Problem appears to be [here](https://github.com/shadcn-ui/ui/blob/33a5fc7966cfe8887dac732f64582f40162869c6/apps/www/registry/default/ui/context-menu.tsx#L64C8-L64C8). ` className={cn( "z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2", className` By removing the...