Vadorequest

Results 314 comments of Vadorequest

Yeah, I don't necessarily want it as part of the core, but simply have an example of how to add one would be a great start!

Couldn't reproduce the issue with the SB demo at https://reaflow.dev/?path=/story/demos-undo-redo--simple Might be related to the shared store I'm using? (Recoil)

I tried throttling the undo/redo, but it didn't yield good results. I couldn't locate the root of the issue. I feel like applying too many undos too fast corrupts the...

I tried removing most of my business logic (custom nodes, recoil) and use something as basic as possible and the issue still persists. https://poc-nextjs-reaflow-mzxz3a5h0.vercel.app/ Added a "Add node" button (top...

Okay, I think I've found the root cause. It's because I automatically add a "start" node if there is no "start" node. And when I do the last "undo", it...

Okay, so that was one of the reasons it didn't work properly. Fixed by https://github.com/Vadorequest/poc-nextjs-reaflow/commit/7dd9256bb5fbcae668e5bd381a2e7e79e3485f04 But now, I'm back at square one, when I first noticed the issue with undo/redo,...

@amcdnl After much time spent on this, I'm still unsure of the root issue. It seems to work fine in the demo, but doesn't on my app. I'm thinking about...

I'll make a PR to allow disabling default shortcuts binding then. The `callbackRef` and `callbackRef` aren't exposed. I think that's the most straightforward way to do that. I don't see...

I'll make a PR for this then. Thanks for confirming!

Started in https://github.com/reaviz/reaflow/pull/69