()
| 62 | }; |
| 63 | |
| 64 | const handlePointerUp = () => { |
| 65 | isDrawing.current = false; |
| 66 | currentLineId.current = null; |
| 67 | }; |
| 68 | |
| 69 | const updateLine = (id: string, updates: Partial<LineShapeWithProps>) => { |
| 70 | saveToHistory(); |
nothing calls this directly
no outgoing calls
no test coverage detected