From 1a690a6ef0df72adc97fc4833799fb595e2d913d Mon Sep 17 00:00:00 2001 From: "ilia.brauer" Date: Tue, 14 Jan 2025 11:45:29 +0100 Subject: [PATCH] [bulk-textarea] UIK-3162 recalculate rows after splitting already exists one --- .../bulk-textarea/src/components/InputField/InputField.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/semcore/bulk-textarea/src/components/InputField/InputField.tsx b/semcore/bulk-textarea/src/components/InputField/InputField.tsx index 265c263e46..e050dd19cd 100644 --- a/semcore/bulk-textarea/src/components/InputField/InputField.tsx +++ b/semcore/bulk-textarea/src/components/InputField/InputField.tsx @@ -536,6 +536,10 @@ class InputField extends Component { this.recalculateErrors(); onEnterNextRow();