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

Prevent hovering of other extension buttons when user is extending the pixel canvas to a specific direction #57

Closed hunkim98 closed 1 year ago

hunkim98 commented 1 year ago

Currently, there exists a minor problem where the hovered pixel appears or other extension buttons are hovered while the user is dragging an extension button due to the change of the pixel canvas size. It would be great if we could prevent the hovering animation occur when the user is dragging the pixel canvas to a specific direction.