givanz / VvvebJs

Drag and drop page builder library written in vanilla javascript without dependencies or build tools.
https://www.vvveb.com/vvvebjs/editor.html
Apache License 2.0
6.91k stars 1.59k forks source link

Undo and Redo doesn't work properly #287

Open yasmagic opened 1 year ago

yasmagic commented 1 year ago

Frequently, attempting to utilize the 'undo' and 'redo' functions proves ineffective. Even when making simple modifications such as changing the font or color of text, the 'undo' option often fails to work as expected.

givanz commented 1 year ago

There is some code that needs refactoring that changes the content without pushing the changes to UndoManager, I will refactor the code in the next update.

yasmagic commented 1 year ago

Awesome, thanks.