kommitters / editorjs-undo

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

Hover over @editorjs/table trigger mutationDebouncer #126

Closed applegrew closed 2 years ago

applegrew commented 2 years ago

On hover action the column and row creator toolbars show and hide causing the attribute mutation. I have added exclusion for this toolbar's class.

Marthox commented 2 years ago

Grettings @applegrew

Could you please provide us a sandbox where you test this code, we were testing your implementation, and couldn't make it works, maybe some additional context could help us chek this PR.

Best regards.

applegrew commented 2 years ago

Hi @MarthoxGT

Here is the issue demo - https://codepen.io/applegrew/pen/ZExEdLa

https://user-images.githubusercontent.com/434574/176477735-375ff32c-f3c5-4f0d-af09-c16618408c79.mov

The fix from my PR is deployed here - https://codepen.io/applegrew/pen/qBoBzLG

boterop commented 2 years ago

@applegrew Thanks for your Pull Request, it is available editorjs-undo v2.0.4. Best regards.