Api: Include webcomponents even if they don't have variable attributes, or any event handlers get lost

This commit is contained in:
nathan 2023-04-14 09:35:06 -06:00
parent f28771e22b
commit 8d1055c5c7

View File

@ -409,6 +409,11 @@ export class et2_nextmatch_rowProvider
}
}
}
else
{
// Need to include all webComponents or they lose their event handlers in the clone
hasAttr = true;
}
// Add the entry if there is any data in it
if(hasAttr)