Show add step button on trigger node without hover (#16361)
https://github.com/user-attachments/assets/3407bbea-356b-4508-b931-27b45818a339 Closes #14136
This commit is contained in:
+1
@@ -114,6 +114,7 @@ export const WorkflowDiagramStepNodeEditableContent = ({
|
||||
{!data.hasNextStepIds && !isConnectionInProgress && (
|
||||
<StyledAddStepButtonContainer
|
||||
shouldDisplay={
|
||||
data.nodeType === 'trigger' ||
|
||||
isHovered ||
|
||||
selected ||
|
||||
isNodeCreationStarted({ parentStepId: data.stepId })
|
||||
|
||||
Reference in New Issue
Block a user