()
| 66 | }; |
| 67 | |
| 68 | const handlePointerUp = () => { |
| 69 | isDrawing.current = false; |
| 70 | currentArrowId.current = null; |
| 71 | }; |
| 72 | |
| 73 | const updateArrow = (id: string, updates: Partial<ArrowShapeWithProps>) => { |
| 74 | saveToHistory(); |
nothing calls this directly
no outgoing calls
no test coverage detected