sjdemartini / mui-tiptap

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

Improve snappiness of MenuBar & TableBubbleMenu with leading debounce render #11

Closed sjdemartini closed 1 year ago

sjdemartini commented 1 year ago

We primarily care about debouncing for performance when performing many consecutive actions, but it's fine to let the first update render, which should generally make the menus feel quite a bit snappier.