mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 16:02:24 +00:00
fix: fix flow rendering
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user