I have a JointJs element with ports. I'd like the element not to be movable within the diagram, but still allow the user to connect its ports to other elements. If I use the interactive
attribute in the Paper to disallow interactions for these elements, then it becomes unmovable, but it's ports no longer work.
How can I accomplish that?
Thanks!