Style fixes.

This commit is contained in:
Roger Braun 2017-02-22 22:33:28 +01:00
parent b9be4708e6
commit 5abf857705
2 changed files with 3 additions and 3 deletions

View file

@ -150,7 +150,7 @@ const PostStatusForm = {
}
},
fileDrag (e) {
e.dataTransfer.dropEffect = 'copy';
e.dataTransfer.dropEffect = 'copy'
}
}
}