I am using ejDiagram and building on top of it, utilizing the properties to monitor events and dispatch method calls as the user performs actions.
I started receiving a 'Maximum call stack size exceeded' error intermittently when I select and drag nodes on the diagram, and it seems to be stemming from ej.touch.min.js, but I can't drill in any deeper than that. So far I haven't been able to identify a specific pattern of movement or node that causes this more frequently. I have noticed it happens when I approach the edge of the canvas, but that could just be coincidental.
The error is thrown from jquery-1.11.2.min.js on Function.m.extend.m.fn.extend
Any thoughts/known workarounds for how I can avoid this error?
Thank you!