Ensure there are children in finder

This commit is contained in:
Djamil Legato
2019-11-27 18:16:34 -08:00
parent 8f15517406
commit b3be93df81

View File

@@ -228,7 +228,7 @@ class Finder {
path.shift();
if (path.length) {
if (path.length && children) {
this.selectPath(path, children[this.config.childKey], newColumn);
}
}