Commit e378f86c1b1462447b7e1643b741e3fd7aa6f5da
Committed by
GitHub
Merge pull request #5625 from vvlladd28/bug/open-dashboard-state-separate-dialog
[3.3.3] UI: Fixed open dashboard state in separate dialog showed a blank dialog
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -1419,6 +1419,7 @@ export class WidgetComponent extends PageComponent implements OnInit, AfterViewI | @@ -1419,6 +1419,7 @@ export class WidgetComponent extends PageComponent implements OnInit, AfterViewI | ||
1419 | height: dialogHeight | 1419 | height: dialogHeight |
1420 | } | 1420 | } |
1421 | }); | 1421 | }); |
1422 | + this.cd.markForCheck(); | ||
1422 | } | 1423 | } |
1423 | 1424 | ||
1424 | private elementClick($event: Event) { | 1425 | private elementClick($event: Event) { |