We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e628d7 commit 68c5723Copy full SHA for 68c5723
src/browser/Viewport.ts
@@ -118,7 +118,6 @@ export class Viewport extends Disposable implements IViewport {
118
}
119
120
private _innerRefresh(): void {
121
- debugger;
122
if (this._charSizeService.height > 0) {
123
this._currentRowHeight = this._renderService.dimensions.device.cell.height / this._coreBrowserService.dpr;
124
this._currentDeviceCellHeight = this._renderService.dimensions.device.cell.height;
0 commit comments