ChainForge
ChainForge copied to clipboard
Undo/Redo edits
Can you add in undo/redo on user actions? I just deleted a couple of prompts from my Textfields Node and wish I could get them back 😢 It would be good to have both UI buttons for this. It would also be nice to be able to use the CTRL + Z and CTRL + Y keyboard shortcuts. However, that keyboard shortcut already works for undoing/redoing text changes to prompts so I'm not sure if it would be possible.
Sorry to hear that! Yes, this is a good issue to raise. I would implement it as buttons on the top of the screen. I wouldn't attach it to keyboard shortcuts in this case, both because I don't think people will use it as frequently as a text editor, but also because, as you mention, it would collide with a lot of other CTRL+X/Z shortcuts inside nodes.
It's a fairly straightforward change to make, but not as easy as the prompt previews was. Will look into it in the coming days.