mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
Update initial values for focus input
This commit is contained in:
parent
e86e7b7ace
commit
ee9db2fb05
|
@ -45,8 +45,8 @@ function EditorTermGraph({ onOpenEdit }: EditorTermGraphProps) {
|
|||
noText: false,
|
||||
foldDerived: false,
|
||||
|
||||
focusShowInputs: false,
|
||||
focusShowOutputs: false,
|
||||
focusShowInputs: true,
|
||||
focusShowOutputs: true,
|
||||
|
||||
allowBase: true,
|
||||
allowStruct: true,
|
||||
|
|
Loading…
Reference in New Issue
Block a user