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.