Remove crop tool
This commit is contained in:
@@ -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>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user