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