From 01f19ea51173ce795d0e5eb2fb19b47bb4fff5f0 Mon Sep 17 00:00:00 2001 From: Pavel Mineev Date: Sat, 4 Jan 2020 22:22:09 +0300 Subject: [PATCH] fix rtl typing in ie11/edge --- frontend/app/components/input/textarea-autosize.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/frontend/app/components/input/textarea-autosize.tsx b/frontend/app/components/input/textarea-autosize.tsx index 3b0e85a6..15c6c6e4 100644 --- a/frontend/app/components/input/textarea-autosize.tsx +++ b/frontend/app/components/input/textarea-autosize.tsx @@ -66,12 +66,6 @@ export default class TextareaAutosize extends Component { } } render(props: Props) { - return ( - // We set text as a child of textarea and not in value property for a reason. - // It's a workaround for the bug described here https://github.com/developit/preact/issues/326 - - ); + return