nhn / tui.image-editor

🍞🎨 Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.
http://ui.toast.com/tui-image-editor
MIT License
6.83k stars 1.26k forks source link

fix: Always fire UNDO_STACK_CHANGED event #896

Open frikishaan opened 7 months ago

frikishaan commented 7 months ago

Please check if the PR fulfills these requirements

Description

The UNDO_STACK_CHANGED event was firing only when the undo stack is empty, however, it should be fired everytime the stack changed.