fix(editor): source endpoint even on buttons step
This commit is contained in:
@ -196,8 +196,7 @@ export const StepNode = ({
|
|||||||
top="19px"
|
top="19px"
|
||||||
stepId={localStep.id}
|
stepId={localStep.id}
|
||||||
/>
|
/>
|
||||||
{(localStep.outgoingEdgeId ||
|
{isConnectable && hasDefaultConnector(localStep) && (
|
||||||
(isConnectable && hasDefaultConnector(localStep))) && (
|
|
||||||
<SourceEndpoint
|
<SourceEndpoint
|
||||||
source={{
|
source={{
|
||||||
blockId: localStep.blockId,
|
blockId: localStep.blockId,
|
||||||
|
Reference in New Issue
Block a user