mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
fixed color chooser
This commit is contained in:
parent
c1272ed566
commit
4e592def7e
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ $._farbtastic = function (container, options) {
|
|||
convertedHSL[1] = hsl[1]*__factor+((1-__factor)/2);
|
||||
convertedHSL[2] = hsl[2]*__factor+((1-__factor)/2);
|
||||
|
||||
fb.rgb = fb.HSLToRGB(hsl);
|
||||
fb.rgb = fb.HSLToRGB(convertedHSL);
|
||||
fb.color = fb.pack(fb.rgb);
|
||||
fb.updateDisplay();
|
||||
return this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue