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
parent 20f47fec7a
commit 2ec20e576b

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}