🐛 (text) Fix text bubble content parsing when starting with variable
Closes #1594
This commit is contained in:
@@ -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