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.
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.
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.
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.