task(CAD-14): phase 4c - legacy interaction engine DELETED (1173 lines), dispatcher is the single engine (native snap/ortho/pan/wheel/cursor), ToolState moved to ui.types

This commit is contained in:
Agent Zero
2026-09-18 08:58:02 +02:00
parent 2b5905506f
commit c244571dd6
7 changed files with 233 additions and 1269 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import type {
import type { CADElement, CADLayer, BlockDefinition, ImageElement } from './types/cad.types';
import { BlockService } from './services/blockService';
import { SeatingService } from './services/seatingService';
import type { ToolState } from './interaction';
import type { ToolState } from './types/ui.types';
import { GroupManager, type ElementGroup } from './tools/modification/GroupTool';
import Topbar from './components/Topbar';
import RibbonBar from './components/RibbonBar';