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