mirror of
https://github.com/PitPik/tinyColorPicker
synced 2025-07-16 06:24:28 -06:00
change update
This commit is contained in:
parent
238ce7ed87
commit
bf464a2919
@ -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
4
jqColorPicker.min.js
vendored
4
jqColorPicker.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user