mirror of
https://github.com/esiur/esiur-js.git
synced 2025-06-27 07:13:12 +00:00
w
This commit is contained in:
@ -437,7 +437,7 @@ export class WH extends IEventHandler
|
||||
for (var i = 1; i < p.length; i++)
|
||||
{
|
||||
var children = resource.instance.children.list.filter(x=>x.instance.name == p[i]);// <IResource>(p[i]);
|
||||
if (children.length > 0)
|
||||
if (children != null && children.length > 0)
|
||||
{
|
||||
if (i == p.length - 1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user