You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have nodes, and when I drag them to another location on the canvas
After saving, they are not saved in the new location but remain as they were.
If you have a solution for me, I have tried numerous things with no success.
I'd be happy .
The text was updated successfully, but these errors were encountered:
in the drag function
In the end I give this line:
this.process.json = JSON.stringify(this.editor.export());
And in the save function all the
this.process has been sent to save.
He works after he guards me, he doesn't guard and the dead stay in the same place.
I tried to create a special listener for the drag using the 'nodeMoved' function that exists in your fria, but it didn't listen to it.
This is a problem for me and I would love to hear a solution.
This is the function I built and it doesn't work:
this.editor.on('nodeMoved', (id) => {
console.log(id);
this.movedNode(id);
});
Hi,
I have nodes, and when I drag them to another location on the canvas
After saving, they are not saved in the new location but remain as they were.
If you have a solution for me, I have tried numerous things with no success.
I'd be happy .
The text was updated successfully, but these errors were encountered: