Jero Soler

Results 453 comments of Jero Soler

Where do you save the nodes, how do you load them again? Do you use the export/import method?

You can listen to the "contextmenu" event to find out and add an element to the dom.

View this: - https://github.com/jerosoler/Drawflow/issues/454#issuecomment-1154762914

View this - #31

View demo example in function `addNodeToDrawFlow` https://github.com/jerosoler/Drawflow/blob/ef8a88cdfbf2010cc0b641b94278be6db413938b/index.html#L253C1-L254C1

Hello @droppy2014 I don't remember right now why it is declared twice, maybe it's a bug. Maybe for the new composition API. The topic of props here you can see...

I like JSDOC better but if you want a types file we have this PR. View this file in PR. - https://github.com/jerosoler/waveform-path/pull/5/files#diff-c54113cf61ec99691748a3890bfbeb00e10efb3f0a76f03a0fd9ec49072e410a

Yes, access correctly. You can try cloning the repository: https://github.com/atinux/atidraw And change in package json: This: ```javascript "dev": "nuxt dev", ``` for: ```javascript "dev": "nuxt dev --https", ``` Adding this...

Hi, Thanks. You can use the following methods: `addNodeInput`, `addNodeOutput`, `removeNodeInput`, `removeNodeOutput`. Here is more information on how to apply: https://github.com/jerosoler/Drawflow#methods You may have to remove the connections first if...