avoid carrot to jump

pull/25/head
peterd 9 years ago
parent 6f7fd42860
commit 7123fb0fec

@ -207,7 +207,7 @@
color: colors.rgbaMixBGMixCustom.luminance > 0.22 ? dark : light
});
$element.val() !== text && $element.val(text); // avoids carret jump
toggled !== true && $element.val(text); // avoids carret jump
// faster version (more than 2.5x)... though, no jQuery (colors, ...)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save