antfu / drauu

Headless SVG-based drawboard in browser.
https://drauu.netlify.app/
MIT License
1.2k stars 64 forks source link

feat: allow to undo and redo erase operation #41

Closed KermanX closed 8 months ago

KermanX commented 8 months ago

Description

This PR allows users to undo or redo an erase operation.

Previously, the undo operation would just remove the last child element from the DOM tree. So it couldn't work with the eraser.

Linked Issues

None