From 01d4580881c270a20a61e7956672424f1a3c7fc1 Mon Sep 17 00:00:00 2001 From: Dave Nicolson Date: Mon, 21 Aug 2023 19:06:14 +0200 Subject: [PATCH] Wait for custom UI --- .../manage-plugins/custom-plugins/custom-plugins.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());