Commit d17f70494f1b0ad78f96656a9305105d15f401dc
1 parent
c0514ca3
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) { |