hunkim98 / dotting

Dotting is a pixel art editor component library for react
https://hunkim98.github.io/dotting/
MIT License
43 stars 12 forks source link

Fix bug for diagonal extension undo commitAction #64

Closed hunkim98 closed 1 year ago

hunkim98 commented 1 year ago

I found that undo does not work correctly when extension happens diagonally. This is because the current code does not take into consideration of sideways extension.

hunkim98 commented 1 year ago

Closing this issue since the PR was merged