Update cache after clearing delimiters in CodeEdit
This commit is contained in:
parent
12e0f10c74
commit
a1db7088ed
1 changed files with 3 additions and 0 deletions
|
@ -1526,6 +1526,9 @@ void CodeEdit::_clear_delimiters(DelimiterType p_type) {
|
|||
}
|
||||
}
|
||||
delimiter_cache.clear();
|
||||
if (!setting_delimiters) {
|
||||
_update_delimiter_cache();
|
||||
}
|
||||
}
|
||||
|
||||
TypedArray<String> CodeEdit::_get_delimiters(DelimiterType p_type) const {
|
||||
|
|
Loading…
Add table
Reference in a new issue