Remove 'box-create' from ToolMode and update related types
This commit is contained in:
@@ -1 +1 @@
|
||||
export type ToolMode = "select" | "box-create" | "place" | "play";
|
||||
export type ToolMode = "select" | "create" | "play";
|
||||
|
||||
Reference in New Issue
Block a user