mirror of
https://github.com/PitPik/tinyColorPicker
synced 2025-07-02 23:54:29 -06:00
toggle off fix
This commit is contained in:
parent
b1f65cf0a2
commit
b9f0c9ae01
@ -111,7 +111,7 @@
|
|||||||
|
|
||||||
preRender(true);
|
preRender(true);
|
||||||
});
|
});
|
||||||
} else {
|
} else if (_colorPicker.$trigger) {
|
||||||
$(_$UI).hide(_options.animationSpeed, function() {
|
$(_$UI).hide(_options.animationSpeed, function() {
|
||||||
preRender(false);
|
preRender(false);
|
||||||
_colorPicker.$trigger = null;
|
_colorPicker.$trigger = null;
|
||||||
|
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