Clipboard Text Paste Issue Fixed (#10630)
This commit is contained in:
parent
cbcd60a17e
commit
a282994e24
1 changed files with 0 additions and 1 deletions
|
|
@ -1541,7 +1541,6 @@ export default class Chat extends Component {
|
|||
};
|
||||
|
||||
handleFilePaste = (e) => {
|
||||
e.preventDefault();
|
||||
if (!e.clipboardData || !e.clipboardData.items) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue