Skip to content

Commit

Permalink
Add actor support on sequence diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Singh1 committed Sep 24, 2021
1 parent b9fe9f3 commit bcad69e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/components/editor/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ export const initEditor = (monacoEditor): void => {
'activate',
'deactivate',
'autonumber',
'title'
'title',
'actor'
]
},
classDiagram: {
Expand Down

0 comments on commit bcad69e

Please sign in to comment.