From a282994e24210edde865c03b306e2e8725927746 Mon Sep 17 00:00:00 2001 From: Sarthak Sharma <7lovesharma7@gmail.com> Date: Tue, 6 Oct 2020 20:38:25 +0530 Subject: [PATCH] Clipboard Text Paste Issue Fixed (#10630) --- app/javascript/chat/chat.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/javascript/chat/chat.jsx b/app/javascript/chat/chat.jsx index 7dc8db7b0..c786ae36c 100644 --- a/app/javascript/chat/chat.jsx +++ b/app/javascript/chat/chat.jsx @@ -1541,7 +1541,6 @@ export default class Chat extends Component { }; handleFilePaste = (e) => { - e.preventDefault(); if (!e.clipboardData || !e.clipboardData.items) { return; }