GoldenLayoutComponent.createNewComponent() fails if first component
pbklink opened this issue · 2 comments
pbklink commented
Should
return content[0].instance; // The case when this is the first component.
be
return content.contentItems[0].instance; // The case when this is the first component.
?
kroky-cs commented
@pbklink This is the right solution, Is there any updates about if it will be fixed and merged soon?
martin31821 commented
accepting PRs, I don't have the time to work at this binding beyond updating the angular versions.