-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
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
Add ability to provide context pads for multiple elements #587
Conversation
5fd749c
to
9227a2c
Compare
I tested this with the updated diagram-js (on develop) and it works. Only requires a small change on the old It also works well with subprocess drilldown. |
6a0c551
to
4593890
Compare
Ensure even padding on popup menu entries to make icon only entries possible.
4593890
to
0047f1c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very cool. Tested it and am looking forward to have it in bpmn-js 🚀
Adds the ability to create a context pad around more than one element:
djs.model.Base || djs.model.Base[]
accordingly.isOpen
apiCapture of the thing in action for "delete" example (with reaction to undo/redo):
Screen.Recording.2022-05-18.at.12.34.00.mov
Delete can be tested by using bpmn-io/bpmn-js#1525 and linking this instance of diagram-js
Closes #278