(id: string, type: TransformerSelectionType)
| 116 | }; |
| 117 | |
| 118 | const handleShapeSelect = (id: string, type: TransformerSelectionType) => { |
| 119 | if (!isPointerTool) return; |
| 120 | setSelectedTransformableShape({ id, type }); |
| 121 | }; |
| 122 | |
| 123 | const drawingTool = |
| 124 | selectedTool === "pen" || selectedTool === "eraser" |
nothing calls this directly
no outgoing calls
no test coverage detected