From ee9db2fb051c10f17bbcbc1db926202c215a5272 Mon Sep 17 00:00:00 2001 From: IRBorisov <8611739+IRBorisov@users.noreply.github.com> Date: Tue, 30 Apr 2024 00:03:48 +0300 Subject: [PATCH] Update initial values for focus input --- .../src/pages/RSFormPage/EditorTermGraph/EditorTermGraph.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/EditorTermGraph.tsx b/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/EditorTermGraph.tsx index 34ac3e1e..2cb94687 100644 --- a/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/EditorTermGraph.tsx +++ b/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/EditorTermGraph.tsx @@ -45,8 +45,8 @@ function EditorTermGraph({ onOpenEdit }: EditorTermGraphProps) { noText: false, foldDerived: false, - focusShowInputs: false, - focusShowOutputs: false, + focusShowInputs: true, + focusShowOutputs: true, allowBase: true, allowStruct: true,