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
In your API Reference in Readme.md position property of SelectionType is NormalizedPosition.
However in the source code in types.ts we can read that both TextSelectionType and AreaSelectionType have position of type Position not NormalizedPosition.
Is this intended?
The text was updated successfully, but these errors were encountered:
adambiel22
changed the title
The type of the "position" property of SelectionType incoherent with API Reference
The type of the "position" property of SelectionType incoherent with the API Reference
Dec 1, 2022
adambiel22
changed the title
The type of the "position" property of SelectionType incoherent with the API Reference
A type of the "position" property of SelectionType incoherent with the API Reference
Dec 1, 2022
In your API Reference in Readme.md
position
property ofSelectionType
isNormalizedPosition
.However in the source code in types.ts we can read that both
TextSelectionType
andAreaSelectionType
haveposition
of typePosition
notNormalizedPosition
.Is this intended?
The text was updated successfully, but these errors were encountered: