()
| 132 | const [drawBounds, setDrawBounds] = useState<LatLngBounds | null>(null); |
| 133 | |
| 134 | const handleClickSwitchDrag = () => { |
| 135 | setIsDrag(!isDrag); |
| 136 | }; |
| 137 | |
| 138 | const handleClickRemoveBox = () => { |
| 139 | onRemove(); |
nothing calls this directly
no outgoing calls
no test coverage detected