Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Skitchからドラッグアンドドロップターゲットにドラッグアンドドロップできないようです。
ドロップターゲットは発砲していないようです。通常の緑色の円は表示されません。
考え?
http://jsfiddle.net/AAL86/5/
ああ。愚かな私。
通常のファイルは正常に機能していましたが、ドラッグオーバーイベントが何らかの理由で混乱していました。
理由がよくわかりませんか?
drop.addEventListener('dragover', function(e){ //e.preventDefault(); });
http://jsfiddle.net/AAL86/6/