Jero Soler

Results 453 comments of Jero Soler

1. and 2. View this pull request to pass data in props. - https://github.com/jerosoler/Drawflow/pull/486 3. with our own canvas??? What do you mean?

I don't know how it will behave with your canvas. If it is a canvas based on "canvas" it will not work since this is based on html. If it's...

Returns the value of true, as written in the documentation. https://github.com/jerosoler/Drawflow#readme Drawflow by default does not have any multipleselection methods. Here you can find how to get the id: -...

Use nodeSelected event to get last id called. And save to variable.

Applying this correction the cursor would follow its flow correctly. I think it is a better option. - https://github.com/jerosoler/Drawflow/issues/443#issuecomment-1141740964

Hello! @quentingosset You can get the list of modules like this: ```javascript const listModules = Object.keys(editor.drawflow.drawflow); console.log(listModules); ``` The "Home" module is a default module, I recommend not to delete...

For default library not support multiple select. You can see here some solutions: - https://github.com/jerosoler/Drawflow/issues/322 - https://github.com/jerosoler/Drawflow/issues/50 To be able to do it you need to detect the collisions, it...

Hello, All this could be achieved with events. You would have to do something similar to this: - https://github.com/jerosoler/Drawflow/issues/423#issuecomment-1131533142 Jero

I do not understand what it says. Do you have reference to the above?