improve branches module editor

This commit is contained in:
Ruben Fiszel
2022-12-07 13:20:41 +01:00
parent 82731e7248
commit a76ec2f3ab
@@ -36,6 +36,7 @@
export let parentModule: FlowModule | undefined = undefined
export let previousModule: FlowModule | undefined
let value = flowModule.value as PathFlow | RawScript | PathScript
$: value = flowModule.value as PathFlow | RawScript | PathScript
let editor: Editor