diff --git a/src/PayFlow.svelte b/src/PayFlow.svelte index 023b727..c6e2048 100644 --- a/src/PayFlow.svelte +++ b/src/PayFlow.svelte @@ -88,9 +88,14 @@ } const canShare = !!navigator.share; + const dismiss = () => { + lnurl=undefined; + isOpen=false + } + - + BOLT11 invoice: {stage} {#if confirmAmount} @@ -163,8 +168,7 @@ {/if} + type="button" on:click="{dismiss}">Cancel -