Skip to content

Commit

Permalink
Merge branch 'master' of github.com:zefoy/ngx-color-picker
Browse files Browse the repository at this point in the history
  • Loading branch information
sconix committed Jun 7, 2017
2 parents efd23ec + 3fc7fc9 commit 72f14d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/color-picker.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ export class ColorPickerComponent implements OnInit, AfterViewInit {
setTimeout(() => {
this.setDialogPosition();
this.hidden = false;
this.cdr.detectChanges();
}, 0);
this.directiveInstance.toggle(true);
document.addEventListener('mousedown', this.listenerMouseDown);
Expand Down

0 comments on commit 72f14d6

Please sign in to comment.