sjdemartini / mui-tiptap

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

Fix MenuSelect tooltipTitle to use prop, and allow user to specify tooltip for MenuSelectHeading #93

Closed sjdemartini closed 1 year ago

sjdemartini commented 1 year ago

By mistake, MenuSelect was ignoring the tooltipTitle prop's value and always using "Align" as the tooltip.

This also updates MenuSelectHeading to allow users to specify a tooltipTitle (by default none is shown).