Sameer Goyal
Sameer Goyal
Just checking if there are plans to address the comments and merge this one in?
You can add multiple inputs & outputs already by just adding the right data attributes. See the relevant documentation around it: https://awslabs.github.io/diagram-maker/usage/declarative.html#customizing-the-node-connectors. However, what's currently not possible is for edges...
Diagram Maker's flow is as follows: [UI events -> Actions -> New state -> Updated UI](https://awslabs.github.io/diagram-maker/usage/architecture.html). The transformation of UI events to actions is done inside a specific UI event...
Thinking more on this. 1. Actions can only contain serializable objects and browser native events contain functions so attaching the full event on the action might not be possible. Furthermore,...
Apologies for the really long wait @manevpe. I have taken a look at the PR and will be providing feedback on the PR directly, but it seems I got misunderstood....
That is currently not possible and the approach you mentioned of intercepting the zoom action and instead dispatching a different action is the only way. One slight improvement you can...
Apologies for the really late response. I have reviewed the PR and provided some guidance.
Hello, Nodes going under the panels is by design. Diagram maker was designed with floating panels in mind, that could be moved around in the screen to whichever position was...
Can you tell us what version was this bug introduced in, incase we want to revert back to a version where this didn't exist?