{#if hint} {@html alertIcon} {@html hint} {/if} {#each fieldsData as field, index} { $currentField = api.fields[index]; bridgeCommand(`focus:${index}`); }} on:focusout={() => { $currentField = null; bridgeCommand( `blur:${index}:${getNoteId()}:${get(fieldStores[index])}`, ); }} --label-color={cols[index] === "dupe" ? "var(--flag1-bg)" : "transparent"} > {#if stickies} {/if} {/each}