joel-wenzel / ng-flowchart

A lightweight Angular Library for building drag and drop flow charts. Chart behavior and steps are customizable. Data can be exported or uploaded in json format.
Apache License 2.0
141 stars 49 forks source link

How to disable Drag and drop completely #91

Open puneetg1983 opened 11 months ago

puneetg1983 commented 11 months ago

I would like to disable the option to drag and drop completely and allow users to select text from the generated steps. Because of drag and drop, when a user tries to select text, they get an icon for drag but I want them to just select text from the Step output.

I have set disabled to true and that prevents the nodes of the flowchart from moving but still an icon appears when someone tries to drag or drag.

Whats the best way to achieve this ?