Skip to content

Commit

Permalink
chore: add experimental diagram-js
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekdanielak committed Oct 15, 2024
1 parent da92718 commit dec8116
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion test/spec/ModelerSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ describe('Modeler', function() {
clearBpmnJS();

modeler = new Modeler({
container: container
container: container,

// keyboard: {
// bindTo: document
// }
});

setBpmnJS(modeler);
Expand Down

0 comments on commit dec8116

Please sign in to comment.