Skip to content

Commit

Permalink
Wait for custom UI (#1526)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolson authored Aug 21, 2023
1 parent b81fa60 commit e5fc138
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,14 @@ export class CustomPluginsComponent implements OnInit, OnDestroy {
case 'loaded':
this.injectDefaultStyles(e);
this.confirmReady(e);
this.uiLoaded = true;
break;
case 'request': {
this.handleRequest(e);
break;
}
case 'scrollHeight':
this.setiFrameHeight(e);
this.uiLoaded = true;
break;
case 'config.get': {
this.requestResponse(e, this.getConfigBlocks());
Expand Down

0 comments on commit e5fc138

Please sign in to comment.