jackschaedler / goya

Pixel art editor built on Clojurescript + Om

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undo does not work when I click on a previous history item

opened this issue · comments

Undo works if I press the undo button, but the more intuitive clicking on the actual history item you want to go back to, does not do anything.

Tested on: Chrome 40 and Firefox 34 and 35.

Thanks for the request. I guess in this case you'd expect that the undo stack rewinds to the clicked item in the history, and the elements in the redo stack are greyed out or something?

That's right.