isFocused = true} on:focus={() => isFocused = true} on:blur={() => isFocused = false} spellcheck="false" autocomplete="off" autocapitalize="off" maxlength="256" placeholder="paste the link here" aria-label="link input area" > {#if link.length > 0} link = ""} /> {/if} {#if validLink(link)} {/if}