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
If you call coordsAtPos on a position that lies exactly at the point where a line is wrapped, there's two rectangles that can reasonably be returned for that position—the end of the first line or the start of the second line. Fixing this would probably involve adding an argument to coordsAtPos to specific which side of the position you are interested in (after or before).
The text was updated successfully, but these errors were encountered:
If you call
coordsAtPos
on a position that lies exactly at the point where a line is wrapped, there's two rectangles that can reasonably be returned for that position—the end of the first line or the start of the second line. Fixing this would probably involve adding an argument tocoordsAtPos
to specific which side of the position you are interested in (after or before).The text was updated successfully, but these errors were encountered: