{#if sending} {/if}
{ loadingDelay = window.setTimeout(() => (sending = true), 500); return async ({ update }) => { await update(); window.clearTimeout(loadingDelay); sending = false; }; }} >