Skip to content

Commit

Permalink
found and fixed backdrop issue (SAP#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmarkus authored and pekura committed Oct 31, 2019
1 parent 563d22b commit e343ace
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ export class ProjectComponent implements OnInit, OnDestroy {

toggleModal() {
this.modalActive = !this.modalActive;
if (!this.cdr['destroyed']) {
this.cdr.detectChanges();
}
}

showConfirmationModal() {
Expand Down

0 comments on commit e343ace

Please sign in to comment.