4 && length === 'short'} > {#each displayItems as item, i}
{ _focus(ev, i, item) }} on:focus={(ev) => { _focus(ev, i, item) }} on:click={(ev) => { if (editable) editChannel(eventToHTMLElement(ev), i, item) else closeTooltip() dispatch('open', item) }} /> {/each} {#if actions.length > 0 && editable}
{/if}