Library Panels: Fix refresh when changing to angular library panel (#35048)

Closes #34874
This commit is contained in:
kay delaney
2021-06-02 13:35:12 +01:00
committed by GitHub
parent c4b4171d85
commit 7c0158cdff
3 changed files with 14 additions and 4 deletions

View File

@@ -148,6 +148,10 @@ export class RefreshEvent extends BusEventBase {
static type = 'refresh';
}
export class PanelDirectiveReadyEvent extends BusEventBase {
static type = 'panel-directive-ready';
}
export class RenderEvent extends BusEventBase {
static type = 'render';
}