// do nothing if event.defaultPrevented (maybe hosted d&d by web page)
if (event.defaultPrevented)
return;

を消してみる