|
@@ -12890,7 +12890,7 @@ var TextBlock = /** @class */ (function (_super) {
|
|
else {
|
|
else {
|
|
while (characters.length && lineWidth > width) {
|
|
while (characters.length && lineWidth > width) {
|
|
characters.pop();
|
|
characters.pop();
|
|
- line = characters.join() + "...";
|
|
|
|
|
|
+ line = characters.join("") + "...";
|
|
lineWidth = context.measureText(line).width;
|
|
lineWidth = context.measureText(line).width;
|
|
}
|
|
}
|
|
}
|
|
}
|