🐛 (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}
|
||||
|
||||
@@ -236,6 +236,9 @@
|
||||
},
|
||||
"maxWidth": {
|
||||
"type": "string"
|
||||
},
|
||||
"queryParamsStr": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -4572,6 +4575,9 @@
|
||||
},
|
||||
"maxWidth": {
|
||||
"type": "string"
|
||||
},
|
||||
"queryParamsStr": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8045,6 +8051,9 @@
|
||||
},
|
||||
"maxWidth": {
|
||||
"type": "string"
|
||||
},
|
||||
"queryParamsStr": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -16560,6 +16569,9 @@
|
||||
},
|
||||
"maxWidth": {
|
||||
"type": "string"
|
||||
},
|
||||
"queryParamsStr": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -22872,6 +22884,9 @@
|
||||
},
|
||||
"maxWidth": {
|
||||
"type": "string"
|
||||
},
|
||||
"queryParamsStr": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -25714,6 +25729,9 @@
|
||||
},
|
||||
"maxWidth": {
|
||||
"type": "string"
|
||||
},
|
||||
"queryParamsStr": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3433,6 +3433,9 @@
|
||||
},
|
||||
"maxWidth": {
|
||||
"type": "string"
|
||||
},
|
||||
"queryParamsStr": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -7594,6 +7597,9 @@
|
||||
},
|
||||
"maxWidth": {
|
||||
"type": "string"
|
||||
},
|
||||
"queryParamsStr": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -12777,6 +12783,9 @@
|
||||
},
|
||||
"maxWidth": {
|
||||
"type": "string"
|
||||
},
|
||||
"queryParamsStr": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user