mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-25 17:12:58 -05:00
Fix drag & drop overlay not appearing on firefox (#1721)
This commit is contained in:
parent
485310a43c
commit
c5afe573da
@ -47,7 +47,7 @@ const UI = React.createClass({
|
||||
this.dragTargets.push(e.target);
|
||||
}
|
||||
|
||||
if (e.dataTransfer && e.dataTransfer.files.length > 0) {
|
||||
if (e.dataTransfer && e.dataTransfer.items.length > 0) {
|
||||
this.setState({ draggingOver: true });
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user