ngFlowchart icon indicating copy to clipboard operation
ngFlowchart copied to clipboard

event.clientX and event.clientY moved to originalEvent in JQuery 1.9

Open upmauro opened this issue 9 years ago • 1 comments

For work with JQuery >= 1.9 is necessary change event.clientX and event.clientY to event.originalEvent.clientX and event.originalEvent.clientY

(https://jquery.com/upgrade-guide/1.9/#removed-properties-of-the-event-object)

I will try send PR later.

Thanks for your project.

upmauro avatar Jul 08 '16 16:07 upmauro

https://github.com/ONE-LOGIC/ngFlowchart/pull/42

upmauro avatar Jul 08 '16 17:07 upmauro