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.84k stars 1.26k forks source link

Bug with "redo" button #818

Open bershek opened 1 year ago

bershek commented 1 year ago

Bug with the redo button when we add an icon and move this icon on the layer.

Steps to reproduce the behavior:

  1. Go to http://nhn.github.io/tui.image-editor/latest/tutorial-example01-includeUi

  2. Click on the add icon

    image
  3. Move the icon in the container to someplace

  4. Add several steps to add something to the history stack

  5. Try to make undo and redo all steps

And after that, I have an error in the console logs and my history buttons blocked.

image
lja1018 commented 1 year ago

@bershek I checked. Thank you for the information.