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
{{ message }}
This repository was archived by the owner on Jan 29, 2018. It is now read-only.
In 6pad++, the member selectionStart and selectionEnd of the Page class are always returned so that selectionStart is lesser selectionEnd.
The documentation states that selectionStart is the anchor point of the selection, i.e. the point where the selection action has been started and that remains fix during the action.
Thus, when selecting backward, selectionStart/selectionEnd should be returned so that selectionStart be greater that selectionEnd.