{#each dbKeys as dbKey}
{tabsByDb[dbKey][0].tabDbName}
{#each _.sortBy(tabsByDb[dbKey], ['title', 'tabid']) as tab}
handleTabClick(e, tab.tabid)} on:mouseup={e => handleMouseUp(e, tab.tabid)} use:contextMenu={getContextMenu(tab.tabid, tab.props)} > {tab.title} closeTab(tab.tabid)}>
{/each}
{/each}