Jero Soler

Results 367 comments of Jero Soler

Hello @pavlyuts Thanks for the pull request. It would not be better to force "parent-drawflow" to be the first class. So we avoid the loop issue. In the function start....

Thanks for PR I'll take a look at it. Although I had thought to do something more like this: https://github.com/jerosoler/Drawflow/issues/45#issuecomment-701554099

Only by javascript https://github.com/jerosoler/Drawflow/issues/112 The UX https://github.com/jerosoler/Drawflow/issues/50 not implemented.

Multiple Select with ShiftKey native. https://user-images.githubusercontent.com/30957047/169560995-c02d0fd7-b286-48d8-a1d6-1996e6b2d80b.mp4 ```html Document #drawflow { position: relative; text-align:initial; width: 100%; height: 800px; border: 1px solid red; } .drawflow svg { z-index: 1; } .drawflow .drawflow-node.GROUP...

Hi! Thanks! The red box. You can make it any size you want. It's css. If you mean moving the canvas view: - #88

Try: ```javascript editor.on("connectionStart", ({ output_id, output_class }) => { if(output_id == "3") { editor.connection_ele.remove(); } }); ```

Hi @amikum1997 That's just two nodes. One with 4 outputs. And another with 1 entry and one exit. You don't have to have a problem. It would look something like...

If you want it to connect to the new node automatically you can use this: #205

The html content is not linked to the outputs. That is based on the logic of each component. But you can adjust each output using CSS. https://github.com/jerosoler/Drawflow/issues/149#issuecomment-813498435