hunghg255 / reactjs-tiptap-editor

A modern WYSIWYG rich text editor based on tiptap and shadcn ui for Reactjs
https://reactjs-tiptap-editor.vercel.app/
MIT License
207 stars 38 forks source link

Tooltips overlap due to animate-out #111

Closed Pingvin0 closed 1 week ago

Pingvin0 commented 1 week ago

When going from a tooltip on the right to one on the left, the animate-out property causes the tooltips to overlap, which is very disorienting. image

Removing data-[state=closed]:richtext-animate-out data-[state=closed]:richtext-fade-out-0 data-[state=closed]:richtext-zoom-out-95 from tooltip.tsx fixes this, and the remaining default animations are faster and smoother, which make the editor feel nicer to use in my opinion.

hunghg255 commented 1 week ago

I updated