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

Allow select area tool modifications to be considered in `DataChangeHandler` delta #70

Closed hunkim98 closed 1 year ago

hunkim98 commented 1 year ago

Currently, the DataChangeHandler delta does not consider select area tool operations. We should fix the tool to emit its modified pars to DataChangeHandler

hunkim98 commented 1 year ago

Closing this issue since the PR was merged