feat: better graph layout algorithm + migrate to svelte 5 almost everywhere + xyflow 1.0
This commit is contained in:
@@ -10,13 +10,10 @@
|
||||
const { flowStore } = getContext<FlowEditorContext>('FlowEditorContext')
|
||||
</script>
|
||||
|
||||
{#if $flowStore.value.preprocessor_module}
|
||||
{#if flowStore.val.value.preprocessor_module}
|
||||
<FlowModuleWrapper
|
||||
{noEditor}
|
||||
bind:flowModule={$flowStore.value.preprocessor_module}
|
||||
on:delete={() => {
|
||||
$flowStore.value.preprocessor_module = undefined
|
||||
}}
|
||||
bind:flowModule={flowStore.val.value.preprocessor_module}
|
||||
previousModule={undefined}
|
||||
{savedModule}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user