Skip to content

Commit

Permalink
Remove unneeded detect changes call from close method, fixes #63
Browse files Browse the repository at this point in the history
  • Loading branch information
sconix committed Sep 25, 2017
1 parent 669c543 commit a3a3a7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/color-picker.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ export class ColorPickerComponent implements OnInit, AfterViewInit {
document.removeEventListener('mousedown', this.listenerMouseDown);
}
window.removeEventListener('resize', this.listenerResize);
this.cdr.detectChanges();
}
}

Expand Down

0 comments on commit a3a3a7b

Please sign in to comment.