sjdemartini / mui-tiptap

A Material UI (MUI) styled WYSIWYG rich text editor, using Tiptap
MIT License
320 stars 44 forks source link

Fix image resizer occasional hidden when dragging #218

Closed semanticist21 closed 7 months ago

semanticist21 commented 7 months ago

Fix issue related with #211

I moved 'mousdown' state value to the parent and improved selected logic. I added some comment on the code.

Tested on with both option inline true and false, and it worked fine for me.