hello,
i am using p5.JS (0.10.2/p5.js) and having trouble with IE and Edge (Microsoft Edge 44.17763.831.0) browsers when it comes to dragging a shape (works fine on chrome). even when i use the official p5.JS on Edge it drags the whole page sometimes (as seen on the attached pic). this is the link to an example of code in the p5 editor: https://p5js.org/examples/input-mouse-functions.html
i have tried some Polyfills with no success. for some reason when i click on the canvas with the mouse before dragging the shape - it works just fine.
thanks in advance!