Closed kalwalt closed 4 years ago
Maybe it is caused by a change in jquery syntax. I need to verify this. i can test with an older jquery version.
Maybe it is caused by a change in jquery syntax. I need to verify this. i can test with an older jquery version.
no it not depends by jquery version. i have just tested with the old one.
At line 176 of arcontroller.component.js it should be:
+ var selectedCanvas = this.canvas[0];
- var selectedCanvas = $(this.canvas[0]);
I will fix tomorrow!
The issue maybe was caused because the this.canvas=$('canvas');
was part of the arcomponent removing it, and changed the ref. code, solved the issue.
Solved with #19
This is the error: