Replies: 3 comments 6 replies
-
Well, currently there is no plugin or anything that would handle this for you so you would have to implement it yourself. These events communicate graph changes to you and they can be used to revert certain changes. With that information you should be able to revert those changes. Or a completely different approach would be to use some state management library like Pinia that possibly has a history plugin (though that way you have less control over how changes should be reverted) |
Beta Was this translation helpful? Give feedback.
-
thanks, would any of this help? |
Beta Was this translation helpful? Give feedback.
-
Hey 👋 I've tried to implement this myself, using the
I'm not sure, if I'm missing something and in reality this is easy to implement, and I'm just trying to do it in a wrong way. |
Beta Was this translation helpful? Give feedback.
-
Hi,
how would a undo / redo be possible in vue-flow?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions