no stale comments

This commit is contained in:
Anthony Kim
2025-09-08 21:14:20 -07:00
parent 50df7a69e6
commit d862c82386
+1 -1
View File
@@ -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;
}
}