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
I faced the issue of link tooltip not appearing when bounds option is set and selection is the most bottom line of the editor. In this case tooltip is out of the bounds.
I faced the issue of link tooltip not appearing when
bounds
option is set and selection is the most bottom line of the editor. In this case tooltip is out of the bounds.Steps for Reproduction
Expected behavior: Tooltip appears above the selection (as a suggestion)
Actual behavior: Tooltip doesn't appear
Platforms: Chrome 48 on Mac 10.11
Version: 1.0.0-beta.11
This may be implemented with additional check/adjustment here https://github.com/quilljs/quill/blob/develop/ui/tooltip.js#L40
The text was updated successfully, but these errors were encountered: