Fix quotation in string
fix for #16404
(cherry picked from commit f38e819fc1
)
This commit is contained in:
parent
3e8c214a19
commit
3d804778fd
|
@ -776,7 +776,6 @@ void TextEdit::_notification(int p_what) {
|
|||
j--;
|
||||
}
|
||||
if (escaped) {
|
||||
j--;
|
||||
cc = '\\';
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue