parent
1d1d3adaea
commit
a33d10d7bd
@ -59,7 +59,7 @@ abstract class AbstractFoldingBuilder extends FoldingBuilderEx implements Option
|
|||||||
KeyPathConverter converter = new KeyPathConverter(settings);
|
KeyPathConverter converter = new KeyPathConverter(settings);
|
||||||
|
|
||||||
for(Pair<String, PsiElement> region : extractRegions(root)) {
|
for(Pair<String, PsiElement> region : extractRegions(root)) {
|
||||||
if(data.getTranslation(converter.fromString(region.first)) == null) {
|
if(region.first == null || data.getTranslation(converter.fromString(region.first)) == null) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user