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

Function handleClickRemoveBox

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

Source from the content-addressed store, hash-verified

136 };
137
138 const handleClickRemoveBox = () => {
139 onRemove();
140 setBounds(null);
141 setDrawBounds(null);
142 setIsDrag(true);
143 };
144
145 const handleChangeDone = (e) => {
146 setBounds(e);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected