{#if $runnableComponents[id] != undefined} {#if !runLoading} { runLoading = true try { cancelable = $runnableComponents[id]?.cb?.map((f) => f(inlineScript)) await Promise.all(cancelable) } catch {} runLoading = false }} > Run {#if !hideShortcut} {getModifierKey()} ⏎ {/if} {:else} { cancelable?.forEach((f) => f.cancel()) runLoading = false }} > Cancel {/if} {/if}