Remove crop tool

This commit is contained in:
syntaxbullet
2026-07-03 21:15:31 +02:00
parent 4ad0bb8b2c
commit 4590b47e19
11 changed files with 10 additions and 41 deletions

View File

@@ -45,7 +45,7 @@ describe("viewport pan store integration", () => {
});
});
type InputToolId = "select" | "crop" | "brush" | "eraser" | "pan";
type InputToolId = "select" | "brush" | "eraser" | "pan";
type InputStore = ReturnType<typeof createInputStore>;