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
When I drag elements to rearange them, the end marker is not shown
Similar to pasting, connection end markers should be shown:
Please complete the following information:
This happens because drag.cleanup is called immediately on start, which cleans up clones markers.
drag.cleanup
Found during and related to camunda/camunda-modeler#4307
The text was updated successfully, but these errors were encountered:
feat(preview-support): add copied marker as part of visual
d193d08
closes #904
4f9f0bd
1161275
639af8c
🎉
Sorry, something went wrong.
marstamm
Successfully merging a pull request may close this issue.
Describe the Bug
When I drag elements to rearange them, the end marker is not shown
Steps to Reproduce
Expected Behavior
Similar to pasting, connection end markers should be shown:
Environment
Please complete the following information:
Notes
This happens because
drag.cleanup
is called immediately on start, which cleans up clones markers.Found during and related to camunda/camunda-modeler#4307
The text was updated successfully, but these errors were encountered: