2
0
mirror of https://github.com/PitPik/tinyColorPicker synced 2025-06-28 21:51:01 -06:00

toggle fix

This commit is contained in:
peterd 2015-12-15 19:59:46 +01:00
parent 727f5715af
commit ab98e7966a
3 changed files with 4 additions and 4 deletions

View File

@ -104,8 +104,8 @@
} else { } else {
$(_$UI).hide(_options.animationSpeed, function() { $(_$UI).hide(_options.animationSpeed, function() {
_$trigger.blur(); _$trigger.blur();
_colorPicker.$trigger = null;
preRender(false); preRender(false);
_colorPicker.$trigger = null;
}); });
} }
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long