For example, you canundo the last 100 operationsin Microsoft Excel to track the last 100 changes. To go back several steps, keep pressing and releasing the Ctrl+Z hotkey. I hope this helps. Read:How to modify the number of Undo levels in Excel. ...
ClosedQuestionStatus.DeletedDraft : LimboQuestionStatus.TADeleted ); await API.questions.notify(question.id); }; useHotkeys( "shift+d", () => { if (isCheckedIn) { deleteQuestion(); } }, [question] ); if (question.status === OpenQuestionStatus.Helping) { return ( <> <Popconfirm ti...