Interact.js drag and drop not working in IE9 browser

46 views Asked by At

Getting below error when I was trying to drag.

  event.target.classList.add('drop-active');

" Unable to get property 'add' of undefined or null reference"

I have used polyfill classList.js to fix this but it doesn't work.

Please help me on this. I am getting this error only in ie9 browser.

0

There are 0 answers