jquery.flowchart icon indicating copy to clipboard operation
jquery.flowchart copied to clipboard

panzoom and mousewheel

Open piller187 opened this issue 8 years ago • 1 comments

I pulled the panzoom and mousewheel from your advanced example. I'm using jquery 3.1.1. I include jquery and jquery.ui and then in this order the other files:

<script src="~/Scripts/jquery.panzoom.min.js"></script>
<script src="~/Scripts/jquery.mousewheel.min.js"></script>
<script src="~/Scripts/jquery.flowchart.js"></script>

but I'm getting an error:

jquery.panzoom.min.js:83 Uncaught TypeError: Cannot read property 'concat' of undefined at http://localhost:63145/Scripts/jquery.panzoom.min.js:83:20 at http://localhost:63145/Scripts/jquery.panzoom.min.js:11:158 at http://localhost:63145/Scripts/jquery.panzoom.min.js:12:2

For now I commented out the javascript usage of the panzoom so just including the panzoom library causes this error.

piller187 avatar Nov 02 '16 13:11 piller187

Ok that means I need to update it. Thanks, I will try to do it shortly (I am a bit under the water at the moment that is why I take some time to answer...)

sdrdis avatar Nov 24 '16 23:11 sdrdis