forked from AkkomaGang/akkoma-fe
Style fixes.
This commit is contained in:
parent
b9be4708e6
commit
5abf857705
2 changed files with 3 additions and 3 deletions
|
@ -150,7 +150,7 @@ const PostStatusForm = {
|
|||
}
|
||||
},
|
||||
fileDrag (e) {
|
||||
e.dataTransfer.dropEffect = 'copy';
|
||||
e.dataTransfer.dropEffect = 'copy'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue