fix(app): slow tooltip display for models (#30745)
Co-authored-by: affanali2k3 <affanalikhanxx@gmail.com>
This commit is contained in:
parent
20f47fec7a
commit
2ec20e576b
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ const ModelList: Component<{
|
|||
class="w-full"
|
||||
placement="right-start"
|
||||
gutter={12}
|
||||
openDelay={0}
|
||||
value={<ModelTooltip model={item} latest={item.latest} free={isFree(item.provider.id, item.cost)} />}
|
||||
>
|
||||
{node}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue