mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Remove debugger statement
This commit is contained in:
@@ -118,7 +118,6 @@ export class Viewport extends Disposable implements IViewport {
|
||||
}
|
||||
|
||||
private _innerRefresh(): void {
|
||||
debugger;
|
||||
if (this._charSizeService.height > 0) {
|
||||
this._currentRowHeight = this._renderService.dimensions.device.cell.height / this._coreBrowserService.dpr;
|
||||
this._currentDeviceCellHeight = this._renderService.dimensions.device.cell.height;
|
||||
|
||||
Reference in New Issue
Block a user