{#each tabs as tab (tab.conversationId)}
onSelect(tab.conversationId)} onkeydown={(e) => { if (e.key === "Enter") onSelect(tab.conversationId); }} >
{tab.title}
{ e.stopPropagation(); onClose(tab.conversationId); }} > ×
{/each}
onNewDraft()} > {#if activeConversationId === null}
New Chat
+
{:else} + {/if}