Skip to content

Commit

Permalink
#1466 Fixing notes for state diagrams (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
knsv committed Jun 13, 2020
1 parent 6559cfd commit cc9c69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diagrams/state/stateRenderer-v2.js
Expand Up @@ -145,7 +145,7 @@ const setupNode = (g, parent, node, altFlag) => {
arrowType: '',
style: 'fill:none',
labelStyle: '',
classes: 'note-edge',
classes: 'transition note-edge',
arrowheadStyle: 'fill: #333',
labelpos: 'c',
labelType: 'text',
Expand Down

0 comments on commit cc9c69c

Please sign in to comment.