mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Remove bad whitespace
This commit is contained in:
@@ -191,7 +191,6 @@ export class Viewport extends Disposable implements IViewport {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
// Fallback to WheelEvent.DOM_DELTA_PIXEL
|
||||
let amount = this._applyFastScrollModifier(ev.deltaY, ev);
|
||||
if (ev.deltaMode === WheelEvent.DOM_DELTA_LINE) {
|
||||
|
||||
Reference in New Issue
Block a user