Merge pull request #3893 from xtermjs/Tyriar-patch-1

Whitespace change to trigger webgl release
This commit is contained in:
Daniel Imms
2022-07-08 12:53:47 -07:00
committed by GitHub
@@ -312,7 +312,7 @@ export class WebglRenderer extends Disposable implements IRenderer {
const range = joinedRanges.shift()!;
// We already know the exact start and end column of the joined range,
// so we get the string and width representing it directly
// so we get the string and width representing it directly.
cell = new JoinedCellData(
cell,
line!.translateToString(true, range[0], range[1]),