diff --git a/ui/src/app/core/manage-plugins/custom-plugins/custom-plugins.component.ts b/ui/src/app/core/manage-plugins/custom-plugins/custom-plugins.component.ts index 071c99dda..18ca7c191 100644 --- a/ui/src/app/core/manage-plugins/custom-plugins/custom-plugins.component.ts +++ b/ui/src/app/core/manage-plugins/custom-plugins/custom-plugins.component.ts @@ -131,7 +131,6 @@ export class CustomPluginsComponent implements OnInit, OnDestroy { case 'loaded': this.injectDefaultStyles(e); this.confirmReady(e); - this.uiLoaded = true; break; case 'request': { this.handleRequest(e); @@ -139,6 +138,7 @@ export class CustomPluginsComponent implements OnInit, OnDestroy { } case 'scrollHeight': this.setiFrameHeight(e); + this.uiLoaded = true; break; case 'config.get': { this.requestResponse(e, this.getConfigBlocks());