{#if $runnableComponents[id] != undefined} { cancelable?.forEach((f) => f.cancel()) runLoading = false }} on:run={async () => { runLoading = true $runnableJobEditorPanel.focused = true try { cancelable = $runnableComponents[id]?.cb?.map((f) => f(inlineScript, true)) await Promise.all(cancelable) } catch {} runLoading = false }} {size} /> {/if}