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 error of undo/redo for select area extend action #53

Open hunkim98 opened 1 year ago

hunkim98 commented 1 year ago

It seems that calling undo after select area is extended is error prone. It seems that some pixels are not correctly erased when undo is called. There seems to be a slight bug in the recordAction for select area extend.