fix flickering flow graph in vscode extension (#6266)

This commit is contained in:
Diego Imbert
2025-07-23 14:33:53 +02:00
committed by GitHub
parent de664f6014
commit 7c2782f3e4
@@ -507,7 +507,11 @@
<FlowYamlEditor bind:drawer={yamlEditorDrawer} />
{/if}
<div style={`height: ${height}px; max-height: ${maxHeight}px;`} bind:clientWidth={debouncedWidth}>
<div
style={`height: ${height}px; max-height: ${maxHeight}px;`}
class="overflow-clip"
bind:clientWidth={debouncedWidth}
>
{#if graph?.error}
<div class="center-center p-2">
<Alert title="Error parsing the flow" type="error" class="max-w-1/2">