2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-06-27 07:13:12 +00:00
This commit is contained in:
2023-06-23 23:14:02 +03:00
parent d2bbd28145
commit 8ff4732fb5
5 changed files with 437 additions and 15637 deletions

View File

@ -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)
{