Skip to content

Instantly share code, notes, and snippets.

@AlexeyNik
Created April 25, 2020 05:30
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 AlexeyNik/7525b0c44a126990b6e2dfbf064f7dcf to your computer and use it in GitHub Desktop.
Save AlexeyNik/7525b0c44a126990b6e2dfbf064f7dcf to your computer and use it in GitHub Desktop.
// https://forum.rudtp.ru/threads/zamena-sontents-s-soxraneniem-formatirovanija.74869/
//tf.characters[j].contents=tmp;
var ip = tf.insertionPoints[j];
ip.characters.add(tmp);
tf.characters[j+1].remove();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment