Update initial values for focus input

This commit is contained in:
IRBorisov 2024-04-30 00:03:48 +03:00
parent e86e7b7ace
commit ee9db2fb05

View File

@ -45,8 +45,8 @@ function EditorTermGraph({ onOpenEdit }: EditorTermGraphProps) {
noText: false, noText: false,
foldDerived: false, foldDerived: false,
focusShowInputs: false, focusShowInputs: true,
focusShowOutputs: false, focusShowOutputs: true,
allowBase: true, allowBase: true,
allowStruct: true, allowStruct: true,