2
0

fix(editor): source endpoint even on buttons step

This commit is contained in:
Baptiste Arnaud
2022-02-17 14:04:26 +01:00
parent 3313bdaa8a
commit 0336bc2a42

View File

@ -196,8 +196,7 @@ export const StepNode = ({
top="19px"
stepId={localStep.id}
/>
{(localStep.outgoingEdgeId ||
(isConnectable && hasDefaultConnector(localStep))) && (
{isConnectable && hasDefaultConnector(localStep) && (
<SourceEndpoint
source={{
blockId: localStep.blockId,