Created
October 5, 2023 14:05
-
-
Save bjoerntx/ec4bad37b1ba1cb1e9de1d096b5cdd55 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export function loadDocument(document) { | |
// load the document back into the editor (TXTextControl) | |
TXTextControl.loadDocument(TXTextControl.StreamType.InternalUnicodeFormat, document); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment