Fix: Prevent the tool operator from being dragged and connected by other operators. (#18290)

This commit is contained in:
balibabu
2026-08-14 19:12:58 +08:00
committed by GitHub
parent 1c402be21d
commit 98b3785eff

View File

@@ -41,6 +41,7 @@ function InnerToolNode({
isConnectable={isConnectable}
isConnectableStart={false}
className="!bg-accent-primary !size-2"
isConnectableEnd={false}
/>
<NodeCollapsible items={[tools, mcpList]}>