mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 17:16:52 +08:00
### What problem does this PR solve? feat: Build the positions of the Switch handle #1739 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -184,6 +184,14 @@ const useGraphStore = create<RFState>()(
|
||||
'to',
|
||||
]);
|
||||
break;
|
||||
// case Operator.Switch:
|
||||
// if (sourceHandle)
|
||||
// updateNodeForm(source, target, [
|
||||
// 'conditions',
|
||||
// sourceHandle,
|
||||
// 'to',
|
||||
// ]);
|
||||
// break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user