Skip to content

Commit

Permalink
MC-2525: Fix state diagram updating direction to LR on visual editor …
Browse files Browse the repository at this point in the history
…changes
  • Loading branch information
omkarht committed Feb 11, 2025
1 parent 8dd0e7a commit 04597d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/diagrams/state/stateCommon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

// default diagram direction
export const DEFAULT_DIAGRAM_DIRECTION = 'LR';
export const DEFAULT_DIAGRAM_DIRECTION = 'TB';

// default direction for any nested documents (composites)
export const DEFAULT_NESTED_DOC_DIR = 'TB';
Expand Down

0 comments on commit 04597d2

Please sign in to comment.