This commit is contained in:
yyh
2026-03-11 21:17:35 +08:00
parent ee2280851d
commit f0086888e3
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ const PluginItem: FC<PluginItemProps> = ({
</div>
{onClear && (
<button
type="button"
className="hidden h-6 w-6 shrink-0 items-center justify-center rounded-md hover:bg-state-base-hover-alt group-hover/item:flex"
onClick={onClear}
>

View File

@ -74,6 +74,7 @@ const PluginVersionPicker: FC<Props> = ({
}}
>
<PopoverTrigger
disabled={disabled}
className={cn('inline-flex cursor-pointer items-center', disabled && 'cursor-default')}
>
{trigger}