Q: Simple question.

Where's the undo button?

It's not always clear for me which bit of text is in which box, and I accidentally deleted a chunk I had just written.

I couldn't see an obvious way to reinstate it.

bcd0bf231dcd40a4be35dda6d1467e6bApr 18, 2023
Founder Team
Michael_from_Exposure

Michael_from_Exposure

May 14, 2024

A: No, unfortunately. We're looking to add it, but it does add a bit of complexity to our codebase so have to be careful there.

Sorry to hear you lost some content. Never fun.

Share
Helpful?
Log in to join the conversation
Verified Purchaser badge

Verified purchaser

Posted: May 8, 2023

Yes, undo is very tricky to add after-the-fact.

However if you're building on React (I haven't bought Exposure _yet_ so I haven't had a chance to check) then that might possibly be the easiest situation in which to add undo—especially if you're using Redux. (I believe the same is true for Mob-X Statetree. https://mobx-state-tree.js.org.)