We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
The bendpoints feature handles multiple concerns (reconnecting start/end, adding bendpoints, moving segments) at the same time. Disabling one of these isn't straightforward (cf. https://forum.bpmn.io/t/how-to-remove-dots-on-connection-lines-that-cause-them-to-be-bent/8130/10). Users should be able to opt out of e.g. adding bendpoints through configuration instead of having to override parts of the feature.
Describe the solution you'd like
Make the bendpoints feature configurable to make customization easier.
new BpmnModeler({ bendpoints: { addBendpoints: false, moveBendpoints: true, moveSegments: false } });
Describe alternatives you've considered
Rely on users customizing the bendpoints feature which isn't straightforward.
Additional context
Forum topics:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
The bendpoints feature handles multiple concerns (reconnecting start/end, adding bendpoints, moving segments) at the same time. Disabling one of these isn't straightforward (cf. https://forum.bpmn.io/t/how-to-remove-dots-on-connection-lines-that-cause-them-to-be-bent/8130/10). Users should be able to opt out of e.g. adding bendpoints through configuration instead of having to override parts of the feature.
Describe the solution you'd like
Make the bendpoints feature configurable to make customization easier.
Describe alternatives you've considered
Rely on users customizing the bendpoints feature which isn't straightforward.
Additional context
Forum topics:
The text was updated successfully, but these errors were encountered: