Skip to content

Commit

Permalink
remove redundent detectChanges
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFrankel committed Jan 13, 2019
1 parent f789c11 commit 7f9ec34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-popper",
"version": "6.0.1",
"version": "6.0.2",
"description": "ngx-popper is an Angular wrapper for popper.js",
"directories": {
"test": "test"
Expand Down
1 change: 0 additions & 1 deletion src/popper-content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ export class PopperContent implements OnDestroy {
if (!this.CDR['destroyed']) {
this.CDR.detectChanges();
}
this.CDR.detectChanges();
}

extractAppliedClassListExpr(classList?: string): Object | null {
Expand Down

0 comments on commit 7f9ec34

Please sign in to comment.