mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-04-16 22:24:49 +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