Alberplz / angular2-color-picker

Angular 2 Color Picker Directive, no dependences required.
MIT License
185 stars 82 forks source link

Dialog height only being set once. #110

Closed smatthews1999 closed 7 years ago

smatthews1999 commented 7 years ago

image

https://github.com/rvmoldova/angular4-color-picker/blob/master/src/color-picker.directive.ts#L388

I am getting the variable 'dialogHeight' on the above line set only once on the first call, but not set on subsequent calls.

wartab commented 7 years ago

This package is no longer maintained by its owner. The package you are linking to is angular4-color-picker. I personnally recommend using ngx-color-picker. That one is actually maintained and should mostly be compatible with angular2-color-picker! Please also provide, if you still have the issue, a way to reproduce this issue.

smatthews1999 commented 7 years ago

Thanks I will give that a try.