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
When using the function getClientRectAtPosition if the caret position is at the end of a line, the results return the location of the start of the next line on Chromium based browsers. (Oddly, Firefox does not appear to have the issue.)
When using the function
getClientRectAtPosition
if the caret position is at the end of a line, the results return the location of the start of the next line on Chromium based browsers. (Oddly, Firefox does not appear to have the issue.)Steps to Reproduce
I've created a simple demonstration here:
https://codepen.io/awiredprairie/pen/jOoXGoz
Details
The text was updated successfully, but these errors were encountered: