MCPcopy Create free account
hub / github.com/cartesiancs/map3d / handleClickSwitchDrag

Function handleClickSwitchDrag

src/components/map/SelectMap.tsx:134–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132 const [drawBounds, setDrawBounds] = useState<LatLngBounds | null>(null);
133
134 const handleClickSwitchDrag = () => {
135 setIsDrag(!isDrag);
136 };
137
138 const handleClickRemoveBox = () => {
139 onRemove();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected