jquery-minicolors icon indicating copy to clipboard operation
jquery-minicolors copied to clipboard

Triggers error: Uncaught TypeError: ((jQuery.event.special[handleObj.origType] || {}).handle || handleObj.handler).apply is not a function on the handling of events

Open jun1432 opened this issue 1 year ago • 0 comments

$([document]) // Hide on clicks outside of the control .on('mousedown touchstart', function(event) { if(!$(event.target).parents().add(event.target).hasClass('minicolors')) { hide(); } }) etc...

This part of the plugin triggers the issue.

jun1432 avatar Mar 18 '25 11:03 jun1432