fix: fix flow rendering

This commit is contained in:
Ruben Fiszel
2024-09-25 18:10:12 +02:00
parent 9909b8989e
commit fd58e7eb48
@@ -246,7 +246,9 @@
let yamlEditorDrawer: Drawer | undefined = undefined
</script>
<FlowYamlEditor bind:drawer={yamlEditorDrawer} />
{#if insertable}
<FlowYamlEditor bind:drawer={yamlEditorDrawer} />
{/if}
<div style={`height: ${height}px; max-height: ${maxHeight}px;`} bind:clientWidth={width}>
{#if graph?.error}