mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-16 21:10:26 +08:00
fix(editor): source endpoint even on buttons step
This commit is contained in:
parent
3313bdaa8a
commit
0336bc2a42
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user