fix(app): slow tooltip display for models (#30745)

Co-authored-by: affanali2k3 <affanalikhanxx@gmail.com>
This commit is contained in:
Affan Ali 2026-06-26 23:53:08 +05:00 committed by GitHub
commit 2ec20e576b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}