mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-15 13:14:28 +08:00
Fix: Prevent the tool operator from being dragged and connected by other operators. (#18290)
This commit is contained in:
@@ -41,6 +41,7 @@ function InnerToolNode({
|
||||
isConnectable={isConnectable}
|
||||
isConnectableStart={false}
|
||||
className="!bg-accent-primary !size-2"
|
||||
isConnectableEnd={false}
|
||||
/>
|
||||
|
||||
<NodeCollapsible items={[tools, mcpList]}>
|
||||
|
||||
Reference in New Issue
Block a user