Well, that was dumb; Join without ','

This commit is contained in:
Bryan Ashby 2023-08-24 13:07:17 -06:00
parent 2f9871e005
commit 6ea3e504e5
No known key found for this signature in database
GPG Key ID: C2C1B501E4EFD994
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ function MultiLineEditTextView(options) {
}
return text;
})
.join();
.join('');
};
this.getContiguousText = function (startIndex, endIndex, includeEol) {