woodenconsulting / react-js-diagrams

A flow based diagramming library written in React
MIT License
220 stars 61 forks source link

Double click event #32

Open igorbpf opened 5 years ago

igorbpf commented 5 years ago

First of all, awesome job with this package! It is everything I needed. I'm only missing a way to add custom events. I'm building an app which users double click on a node and a modal opens up and then they can tweak some features of that node. Any suggestions?

AhmadQudah commented 5 years ago

you can add an edit button on the node to open the modal , I made it and it's so good capture

igorbpf commented 5 years ago

Great, @AhmadQudah Thx a lot!

AhmadQudah commented 5 years ago

@igorbpf you wlc do you have any Idea about how to make a multi input and output ports ?

igorbpf commented 5 years ago

Not sure about it, @AhmadQudah ! I've just started playing with this package. If I get a solution for ur question, I'll let u know.