This commit is contained in:
Timothy Jaeryang Baek
2026-02-28 19:22:35 -06:00
parent aed2f69efe
commit a3de0bcc58

View File

@@ -248,6 +248,9 @@
<div class=" flex w-full mb-4.5 border-b border-gray-200 dark:border-gray-850">
<div
class="flex gap-2 scrollbar-none overflow-x-auto w-fit text-center font-medium bg-transparent pt-1 text-sm"
on:wheel|preventDefault={(e) => {
e.currentTarget.scrollLeft += e.deltaY;
}}
>
{#each Object.keys(groupedMessageIds) as modelIdx}
{#if groupedMessageIdsIdx[modelIdx] !== undefined && (groupedMessageIds[modelIdx]?.messageIds ?? []).length > 0}