I am using jsPlumb v2.1.2 (Community Edition) along with farahey.js for flow layout in my project. Since the project is already live, I cannot change the version.
The issue I am facing is that when I create a loopback connection (connect a node to itself), the labels and nodes overlap. I want to make sure that there is no overlap between labels and nodes, especially in self-connections. I need the fix The self-connection should be displayed clearly without any clutter.

