Description
Make the workflow read only if the readOnly prop parameter is true.
Motivation
When in read only mode it should not be possible to drag nodes and edges around and also visualize and interact with edge handles.
Proposed Implementation
- Disable react flow drag handlers preventing nodes from being dragged in read-only mode.
- Hide edge handles in read only mode.
Definition of Done
Description
Make the workflow read only if the readOnly prop parameter is true.
Motivation
When in read only mode it should not be possible to drag nodes and edges around and also visualize and interact with edge handles.
Proposed Implementation
Definition of Done