From d862c823861ce04ef304bec2b1f028f69e3c98da Mon Sep 17 00:00:00 2001 From: Anthony Kim Date: Mon, 8 Sep 2025 21:14:20 -0700 Subject: [PATCH] no stale comments --- src/common/TestUtils.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/TestUtils.test.ts b/src/common/TestUtils.test.ts index 1ee79e75..499fb787 100644 --- a/src/common/TestUtils.test.ts +++ b/src/common/TestUtils.test.ts @@ -67,7 +67,7 @@ export class MockCoreMouseService implements ICoreMouseService { throw new Error('Method not implemented.'); } public consumeWheelEvent(ev: WheelEvent, cellHeight: number, dpr: number): number { - return 1; // Return a simple mock value + return 1; } }