⋮
{#if open}
{#each items as item, i (i)}
activate(i)} onmouseenter={() => { if (!item.disabled) activeIndex = i; }} > {item.label}
{/each}
{/if}