fix: #4818 support getClasses in external diagrams.

This commit is contained in:
Sidharth Vinod
2023-09-07 12:01:22 +05:30
parent 6fa97a8b71
commit 38123d2f21
13 changed files with 67 additions and 56 deletions

View File

@@ -41,7 +41,11 @@ describe('DiagramAPI', () => {
},
parser: { yy: {} },
},
renderer: {},
renderer: {
draw: () => {
// no-op
},
},
styles: {},
},
detector