dispatch('changeContent')} > {#if $selectionStore.docs.length > 0 || $focusStore.focus !== undefined || activeAction?.actionPopup !== undefined}
{#if $selectionStore.docs.length > 0}
{:else if $focusStore.focus !== undefined}
{/if} {#if activeAction?.actionPopup !== undefined}
{ activeAction = undefined }} width={'fit-content'} />
{/if}
{/if} {#if activeAction?.actionPopup !== undefined}
{ activeAction = undefined await tick() textHTML?.focus() }} /> {:else}
{ restartTimer() }} on:input={() => { restartTimer() }} on:keydown />
{ await handleSelection(evt, evt.detail) }} >
{@const item = items[num]} {#if item.num === 0} {#if item.category !== undefined}
{/if} {#if item.actionCategory}
{/if} {/if}
{@const item = items[num]} {#if item.item !== undefined}
{/if} {#if item.action !== undefined} {@const action = item.action}
{#if action.keyBinding} {#each action.keyBinding as key, i} {#if i !== 0}
{/if}
{#each formatKey(key) as k, jj} {#if jj !== 0}
{/if} {#each k as kk, j}
{capitalizeFirstLetter(kk.trim())}
{/each} {/each}
{/each} {/if}
{/if}
/
{/if}