Closed SagarKharche closed 6 years ago
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
Surprising as prettier should have formatted the file on commit.
We do need a test to cover these changes please.
Closing this PR because of author email address is my wrong in commit
Bug:- SVG element is not able to drag in IE 11.
The following has been addressed in the PR: Fixed the svg dragging issue in IE11. IE 11 does not support parentElement for SVGElement, so in case of parentElement undefined now checking for parentNode.