fix: display websocket status in flow inline editor

This commit is contained in:
Ruben Fiszel
2022-07-23 16:09:53 +02:00
parent 7bcb043442
commit caae0cd10c
@@ -82,10 +82,11 @@
/>
{/if}
{#if mod.value.type === FlowModuleValue.type.RAWSCRIPT}
<div class="p-1">
<div class="p-1 overflow-hidden">
<EditorBar {editor} {websocketAlive} lang={mod.value.language ?? 'deno'} />
</div>
<Editor
bind:websocketAlive
bind:this={editor}
class="h-80 border p-2 rounded"
bind:code={mod.value.content}