Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created March 26, 2020 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/54c0a71c0f3673e147fdc87df28c574f to your computer and use it in GitHub Desktop.
Save bjoerntx/54c0a71c0f3673e147fdc87df28c574f to your computer and use it in GitHub Desktop.
TXTextControl.selection.getStart(
function (curSelStart) {
// success
console.log(curSelStart);
},
function (errArg) {
// error
console.log(errArg);
},
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment