You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The editor component supports Quill and the theme selection. Quill's 'bubble' theme features a "contextual tooltip" which is shown at text selection, differently from the 'snow' one. Selecting the theme in the Editor's 'theme' prop should enable the tooltip, too, but it's not happening.
Describe the bug
The editor component supports Quill and the theme selection. Quill's 'bubble' theme features a "contextual tooltip" which is shown at text selection, differently from the 'snow' one. Selecting the theme in the Editor's 'theme' prop should enable the tooltip, too, but it's not happening.
Reproducer
https://codesandbox.io/s/primereact-test-forked-929ygd
PrimeReact version
10.0.5
React version
18.x
Language
TypeScript
Build / Runtime
Next.js
Browser(s)
Firefox 119.0
Steps to reproduce the behavior
Expected behavior
The Quill's Bubble's tooltip should show up showing the formatting options.
The text was updated successfully, but these errors were encountered: