Jero Soler
Jero Soler
In that case, you might have to use that method. There's probably another way, but if it works for you, go for it!
For change size node view this: - https://github.com/jerosoler/Drawflow/issues/112 Adap to change size. - https://github.com/jerosoler/Drawflow/issues/418 For ports positions view: - https://github.com/jerosoler/Drawflow/issues/454
Thanks for the PR. I hope it helps someone. I'll try to review it.
View - #672
View: - https://github.com/jerosoler/Drawflow/issues/454 Or: - https://github.com/jerosoler/Drawflow/issues/363#issuecomment-1050699201
View: - #42 - #191 - https://github.com/jerosoler/Drawflow/issues/165#issuecomment-831463588
This may be of help to you: - https://github.com/jerosoler/Drawflow/issues/537
For dragging nodes you have several methods. In the demo you can try by touching the lock at the bottom right. Try the method: ```javascript editor.editor_mode = 'fixed'; // Only...
Hello There is confusion with the function parameters, some are "node-x" others are just the ID. But it is to maintain the same format as previous versions. So that there...
It will probably be because the number is not rounded. You can also listen to the event and round the zoom. Does it cause any problems in the UI?