Comment change to trigger webgl release

This commit is contained in:
Daniel Imms
2022-07-08 12:53:25 -07:00
parent 8f6e473aa7
commit 9f3e3f1700
@@ -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]),