kommitters / editorjs-undo

Undo/Redo feature for Editor.js
https://www.npmjs.com/package/editorjs-undo
MIT License
163 stars 50 forks source link

Fix lost data in the cut/paste operations #268

Closed keliumJU closed 2 weeks ago

keliumJU commented 2 weeks ago

Context

Currently in editorjs-undo refactoring there is an undesired behavior when performing cut/paste operations, this behavior consists of block loss when performing undo/redo actions, which generates a history with corrupted data.

Objective