kommitters / editorjs-undo

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

Undo is ignored, when Copy-paste 2-3 paragraph from Wikipedia #143

Closed Ashish-Raturi closed 2 years ago

Ashish-Raturi commented 2 years ago

Hi, thanks for this package. I'm getting a bug. Can you help me. When a user pastes text into the editor and uses the 'undo' function, then it should undo the paste. Instead, the undo is ignored.

Steps to reproduce:

  1. Go to Wikipedia
  2. Select and copy 2-3 paragraph
  3. Paste in the editor.
  4. Then the editor ignores the undo & redo.

Expected behavior: The editor should undo the paste.

boterop commented 2 years ago

@Ashish-Raturi Thanks for your report, we solved it and it is available in the 2.0.7 version