2
0
mirror of https://github.com/PitPik/tinyColorPicker synced 2025-07-28 12:24:28 -06:00

toggle fix

This commit is contained in:
peterd 2015-12-14 21:15:37 +01:00
parent 5d92b35a7d
commit 727f5715af
3 changed files with 4 additions and 4 deletions

View File

@ -299,7 +299,7 @@
if ($.inArray($target.closest(_selector)[0], _instance) === -1 &&
!$target.closest(_$UI).length) {
toggle();
_instance.colorPicker.$trigger && toggle();
}
}).
on('focusin.a click.a', _selector, toggle).

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long