Clipboard Text Paste Issue Fixed (#10630)

This commit is contained in:
Sarthak Sharma 2020-10-06 20:38:25 +05:30 committed by GitHub
parent cbcd60a17e
commit a282994e24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1541,7 +1541,6 @@ export default class Chat extends Component {
};
handleFilePaste = (e) => {
e.preventDefault();
if (!e.clipboardData || !e.clipboardData.items) {
return;
}