From 2cf1ea5069ca7350d2634ae53d473abb1392b7dc Mon Sep 17 00:00:00 2001 From: Torjus Date: Fri, 27 Jul 2018 11:20:14 +0200 Subject: [PATCH] Allow selecting multiple files in file input --- app/lib/components/Chat/FileSharing.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/components/Chat/FileSharing.jsx b/app/lib/components/Chat/FileSharing.jsx index 9beaf37..63a60db 100644 --- a/app/lib/components/Chat/FileSharing.jsx +++ b/app/lib/components/Chat/FileSharing.jsx @@ -45,7 +45,7 @@ class FileSharing extends Component render() { return ( - + ); } }