From ae5eb47a1836b66816be65fa3aae48236d0f6ca5 Mon Sep 17 00:00:00 2001 From: Michael Sharpe Date: Wed, 6 Apr 2022 13:28:00 -0700 Subject: [PATCH] Turn off run one input on state write --- core/src/components/Output.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/Output.ts b/core/src/components/Output.ts index f81122ed9..50cd78a90 100644 --- a/core/src/components/Output.ts +++ b/core/src/components/Output.ts @@ -19,7 +19,7 @@ export class Output extends ThothComponent { super('Output') this.task = { - runOneInput: true, + // runOneInput: true, outputs: { text: 'output', trigger: 'option',