Update webui assets

This commit is contained in:
yangdx
2025-04-07 22:15:00 +08:00
parent 2731634ba4
commit 36ac95720f
3 changed files with 4 additions and 4 deletions

View File

@@ -210,8 +210,8 @@ export function AsyncSelect<T>({
<ChevronsUpDown className="opacity-50" size={10} />
</Button>
</PopoverTrigger>
<PopoverContent
className={cn('p-0', className)}
<PopoverContent
className={cn('p-0', className)}
onCloseAutoFocus={(e) => e.preventDefault()}
align="start"
sideOffset={8}