Add pan tool toolbar
This commit is contained in:
5
view/toolLabels.ts
Normal file
5
view/toolLabels.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { ToolId } from "@editor/tools";
|
||||
|
||||
export function labelForTool(tool: ToolId): string {
|
||||
return tool === "pan" ? "Pan" : "Select";
|
||||
}
|
||||
Reference in New Issue
Block a user