mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#1058 fix firfox
This commit is contained in:
@@ -162,7 +162,7 @@ export class ActivitiProcessInstanceTasks implements OnInit {
|
|||||||
|
|
||||||
public showStartDialog() {
|
public showStartDialog() {
|
||||||
if (!this.startDialog.nativeElement.showModal) {
|
if (!this.startDialog.nativeElement.showModal) {
|
||||||
dialogPolyfill.registerDialog(this.dialog.nativeElement);
|
dialogPolyfill.registerDialog(this.startDialog.nativeElement);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.startDialog) {
|
if (this.startDialog) {
|
||||||
|
Reference in New Issue
Block a user