From d9cdce61f37b8827db4c8c9b6e28fd7f130390dc Mon Sep 17 00:00:00 2001 From: josepholim Date: Mon, 13 Nov 2023 16:40:23 +0800 Subject: [PATCH] Fix unclickable undo redo --- docs/DeveloperGuide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index cfcce90177d..113372212e8 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -42,9 +42,9 @@ * [Implementing `AddNoteCommand`](#implementing-addnotecommand) * [Implementing `DeleteNoteCommand`](#implementing-deletenotecommand) * [Enhanced help feature](#enhanced-help-feature) - * [[Proposed] Undo/redo feature](#proposed-undoredo-feature) + * [[Proposed] Undo/redo feature](#proposed-undo-redo-feature) * [Proposed Implementation](#proposed-implementation) - * [Design Considerations: Undo/redo](#design-considerations-undoredo) + * [Design Considerations: Undo/redo](#design-considerations-undo-redo) * [Documentation, logging, testing, configuration, dev-ops](#documentation-logging-testing-configuration-dev-ops) * [Appendix A: Requirements](#appendix-a-requirements) * [Product Scope](#product-scope)