sdrdis / jquery.flowchart

JQuery plugin that allows you to draw a flow chart.
http://sebastien.drouyer.com/jquery.flowchart-demo/
Other
508 stars 149 forks source link

Operators can be dragged outside the container even if the uncontained parameter is set to false #140

Closed kachbit closed 2 years ago

kachbit commented 2 years ago

How do I keep the operators contained inside the parent div and prevent them from being accidentally dragged out of the container and being lost?

kachbit commented 2 years ago

Figured it out. Turns out I was using a cdn from jsdeliver when I should have been using the css and js files from github