Currently, the only way to restore something that was accidentally deleted is to discard the changes. Which however isn't ideal, nor really solves the issue.
We could implement the undo and redo arrows next to save button in the top right corner. And for the inner workings, we'd essentially do the same that basic text editors do, a stack-based edit history.
Currently, the only way to restore something that was accidentally deleted is to discard the changes. Which however isn't ideal, nor really solves the issue.
We could implement the undo and redo arrows next to save button in the top right corner. And for the inner workings, we'd essentially do the same that basic text editors do, a stack-based edit history.