Update cache after clearing delimiters in CodeEdit
This commit is contained in:
parent
12e0f10c74
commit
a1db7088ed
@ -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…
Reference in New Issue
Block a user