Skip to content

Reyansh undo redo

Reyansh Patange requested to merge reyansh-undo_redo into main

Closes #11

created undo/redo functionality

  • used stacks to keep track of undo/redo
  • created action class to keep track of 2 types of actions (drawing lines and changing color)

Merge request reports