Werkzeuge: Kreis-Toolbar verdrahtet (circleCommand gekoppelt, Icon, i18n)

This commit is contained in:
2026-07-05 15:24:45 +02:00
parent 67195d7dd5
commit e454eab1a8
6 changed files with 31 additions and 1 deletions
+1
View File
@@ -212,6 +212,7 @@ const TOOL_COMMAND: Partial<Record<ToolId, string>> = {
line: "line",
polyline: "polyline",
rect: "rect",
circle: "circle",
};
/** Befehlsname für ein gekoppeltes Werkzeug (oder null, wenn keiner). */
function coupledCommandFor(id: ToolId): string | null {