mirror of
https://github.com/PitPik/tinyColorPicker
synced 2025-07-29 12:54:29 -06:00
toggle fix
This commit is contained in:
parent
5d92b35a7d
commit
727f5715af
@ -299,7 +299,7 @@
|
|||||||
|
|
||||||
if ($.inArray($target.closest(_selector)[0], _instance) === -1 &&
|
if ($.inArray($target.closest(_selector)[0], _instance) === -1 &&
|
||||||
!$target.closest(_$UI).length) {
|
!$target.closest(_$UI).length) {
|
||||||
toggle();
|
_instance.colorPicker.$trigger && toggle();
|
||||||
}
|
}
|
||||||
}).
|
}).
|
||||||
on('focusin.a click.a', _selector, toggle).
|
on('focusin.a click.a', _selector, toggle).
|
||||||
|
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