Query | Response |
Is it possible that all ports stay visible after I click on the user handle? | We have shown ports for all the nodes while clicking the link user handle. Also we have hidden the ports once the connection is established. Please refer to the sample below. |
Is it possible to use the StraightLineTool instead of the OrthogonalLineTool? | We have changed the connector to straightLine in linktool and also while adding the connectors using add method. Please refer to the sample below |
If I select a connection the Line user handle shouldn't be visibible. How can I disable/ hide the Line user handle for specific objects? | We have hidden the connector’s user handles in the selectionChange event. We have defined this event in the diagram.js file in your sample. Please refer to the sample below. |