UI: Fixed open dashboard state in separate dialog showed a blank dialog

This commit is contained in:
Vladyslav_Prykhodko 2021-11-26 12:41:04 +02:00
parent c0514ca3f4
commit d17f70494f

View File

@ -1419,6 +1419,7 @@ export class WidgetComponent extends PageComponent implements OnInit, AfterViewI
height: dialogHeight
}
});
this.cd.markForCheck();
}
private elementClick($event: Event) {