Skip to content

Commit 9af6872

Browse files
committed
fix: 🐛 lint
1 parent 3ab68ac commit 9af6872

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

__tests__/features/zoom/zoom.base.spec.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ describe("Zoom [Base]", () => {
1313
expect(ref.current?.instance.state.scale).toBe(1.5);
1414
});
1515
});
16+
it("should not move the center during scroll", async () => {
17+
// TODO: Implement test
18+
expect(true).toBe(true);
19+
});
1620
it("should zoom to the position of cursor", async () => {
1721
// TODO: Implement test
1822
expect(true).toBe(true);

src/core/instance.core.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import {
1717
getTransformStyles,
1818
makePassiveEventOption,
1919
getCenterPosition,
20-
isExcludedNode,
2120
} from "../utils";
2221
import { handleCancelAnimation } from "./animations/animations.utils";
2322
import { isWheelAllowed, isWheelPanningAllowed } from "./wheel/wheel.utils";

0 commit comments

Comments
 (0)