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
And then I tried to undo those actions. (Ctrl+Z) However, only adding/removing nodes and connections seems to work. The values remain unchanged, and the same goes for the node names.
The text was updated successfully, but these errors were encountered:
Yes, this is (kind of) intentional. Unfortunately, it is very difficult to determine, whether a user action changed the value of an interface or whether it was the result of e.g. the applyResults method or any other programmatic change. In the first case, we would want to add that to the history, in the second case we don't. However, node renaming is something that should be easy to track, so I am planning to add that to the history feature.
I tried out the demo at https://codesandbox.io/s/baklavajs-v2-example-zpfkec?file=/src/App.vue , and edited the graph a little bit. I
And then I tried to undo those actions. (Ctrl+Z) However, only adding/removing nodes and connections seems to work. The values remain unchanged, and the same goes for the node names.
The text was updated successfully, but these errors were encountered: