🐛 (text) Fix text bubble content parsing when starting with variable
Closes #1594
This commit is contained in:
@ -206,7 +206,7 @@ const SetVariableValue = ({
|
||||
}
|
||||
onSelect={updateIsCode}
|
||||
/>
|
||||
{options?.isCode === undefined || options.isCode ? (
|
||||
{options?.isCode ? (
|
||||
<CodeEditor
|
||||
defaultValue={options?.expressionToEvaluate ?? ''}
|
||||
onChange={updateExpression}
|
||||
|
Reference in New Issue
Block a user