Remove error from MockViewport.reset

This commit is contained in:
Daniel Imms
2023-08-02 11:42:40 -07:00
parent 91c08ed48e
commit d2031955ec
-1
View File
@@ -325,7 +325,6 @@ export class MockViewport implements IViewport {
this._onRequestScrollLines.fire({ amount: disp, suppressScrollEvent: false });
}
public reset(): void {
throw new Error('Method not implemented.');
}
}