mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-04 11:29:11 +02:00
Ensure there are children in finder
This commit is contained in:
@@ -228,7 +228,7 @@ class Finder {
|
||||
|
||||
path.shift();
|
||||
|
||||
if (path.length) {
|
||||
if (path.length && children) {
|
||||
this.selectPath(path, children[this.config.childKey], newColumn);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user