🐛 (text) Fix text bubble content parsing when starting with variable

Closes #1594
This commit is contained in:
Baptiste Arnaud
2024-06-24 15:03:18 +02:00
parent b10383e027
commit 7790cf4f27
5 changed files with 38 additions and 4 deletions

View File

@@ -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"
}
}
}