-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mxBpmnShape2.js isInverse undefined #588
Comments
I'm guessing you're using Typescript or similar that is compiling the JS for this to happen? Why does it need to be added to 213? Isn't adding the var to 298 enough? |
Hi david, you're right. BR |
a1ff923#diff-8b7cd8a6ca38ab8b25445135aba7808b But you will need the next release before the min.js files are built |
Hi draw.io team,
First : Great job for draw.io and mxgraph
When i try to integrate libs shapes in my project, i have an error in mxBpmnShape2.js for shapes BPNM
Line 298 : isInverse undefined.
For this to work, i need to declare var at line 213.
var isInverse = false;
Best regards
Arnaud
The text was updated successfully, but these errors were encountered: