We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163c828 commit f8a9940Copy full SHA for f8a9940
lib/web/jquery/spectrum/spectrum.js
@@ -463,13 +463,9 @@
463
set($(e.target).closest(".sp-thumb-el").data("color"));
464
move();
465
466
- // If the picker is going to close immediately, a palette selection
467
- // is a change. Otherwise, it's a move only.
+ updateOriginalInput(true);
468
if (opts.hideAfterPaletteSelect) {
469
- updateOriginalInput(true);
470
hide();
471
- } else {
472
- updateOriginalInput();
473
}
474
475
@@ -593,7 +589,7 @@
593
589
if (tiny.isValid()) {
594
590
set(tiny);
595
591
596
592
597
598
else {
599
textInput.addClass("sp-validation-error");
0 commit comments