From d4202e696ba04acfc89bbcfdb6e968358b6979e3 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Wed, 13 Jul 2022 22:44:59 +0300 Subject: [PATCH] [#99] fix AutoExpandTextArea scrolling --- ui/src/components/base/AutoExpandTextarea.svelte | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ui/src/components/base/AutoExpandTextarea.svelte b/ui/src/components/base/AutoExpandTextarea.svelte index f53408ed..79e02c38 100644 --- a/ui/src/components/base/AutoExpandTextarea.svelte +++ b/ui/src/components/base/AutoExpandTextarea.svelte @@ -1,11 +1,13 @@