Merge pull request #16652 from aragar/FixQuotationInString
Fix quotation in string
This commit is contained in:
commit
6ee4298ee3
1 changed files with 0 additions and 1 deletions
|
@ -776,7 +776,6 @@ void TextEdit::_notification(int p_what) {
|
|||
j--;
|
||||
}
|
||||
if (escaped) {
|
||||
j--;
|
||||
cc = '\\';
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue