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
This commit is contained in:
Igor Kulikov 2021-11-26 13:41:41 +02:00 committed by GitHub
commit e378f86c1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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