2
0
mirror of https://github.com/PitPik/tinyColorPicker synced 2025-07-16 06:24:28 -06:00

change update

This commit is contained in:
peterd 2015-03-18 18:34:52 +01:00
parent 238ce7ed87
commit bf464a2919
3 changed files with 5 additions and 5 deletions

View File

@ -294,8 +294,8 @@
}).
on('focus.a click.a', _selector, toggle).
on('change.a', _selector, function() {
_color.setColor(this.value || 'rgb');
_instance.colorPicker.render();
_color.setColor(this.value || '#FFF');
_instance.colorPicker.render(true);
});
return this.each(function() {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long