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

Co-authored-by: affanali2k3 <affanalikhanxx@gmail.com>
This commit is contained in:
Affan Ali
2026-06-27 02:53:08 +08:00
committed by GitHub
co-authored by affanali2k3
parent 20f47fec7a
commit 2ec20e576b
@@ -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}