Add redo feature.
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
The editor has a an undo feature by using ctr + z , however, there is not a redo feature.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the editor's existing undo implementation and the keyboard handling for Ctrl+Z. Trace how undo state is stored and how the editor applies it. Done means the editor provides a redo action that restores changes after undoing them, with behavior consistent with the existing undo feature.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100