Skip to content

Commit

Permalink
fix: Main activity can now be moved (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
nesadrian authored Dec 4, 2024
1 parent 34aad3f commit 591a405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/canvas/utils/nodeValidityHelper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const nodeValidityMap: NodeValidityMap = {
NodeTypes.choice,
NodeTypes.waiting,
NodeTypes.linkedProcess,
NodeTypes.mainActivity,
],
[Position.Left]: [NodeTypes.mainActivity],
[Position.Right]: [NodeTypes.mainActivity],
Expand Down

0 comments on commit 591a405

Please sign in to comment.