angular-material-widget-engine icon indicating copy to clipboard operation
angular-material-widget-engine copied to clipboard

Read dataTransfer from originalEvent when jQuery does not pass the browser event object

Open jmouriz opened this issue 7 years ago • 0 comments

Because jQuery does not pass the browser event object, it passes the jQuery event object. Then read dataTransfer from untouched event object by the .originalEvent property in the jQuery event object.

jmouriz avatar Aug 17 '17 04:08 jmouriz