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,