sjdemartini / mui-tiptap

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

fix: MenuButtonImageUpload should call insertImages prop #188

Closed lorenries closed 7 months ago

lorenries commented 10 months ago

The MenuButtonImageUpload component doesn't actually call the insertImages prop, although it's defined in the type signature.

sjdemartini commented 7 months ago

Thanks again for catching this bug and suggesting the fix! Since the final change is so small (with the refactor I suggested a few months back), I've gone ahead and made a separate smaller commit in a branch here https://github.com/sjdemartini/mui-tiptap/pull/214. Closing this out.