flow-chart.js
flow-chart.js copied to clipboard
Improve _shapeResizeListeners code
It's using mouseover and mouseout events on the flowchart to determine if the user is trying to resize the shape, I'm pretty sure that this is not very "performance wise". jsPlumb has a "filter" property for this kind of situation, but it doesn't seems to work properly.