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

Function handleClickPrevStep

src/ui/App.tsx:168–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166 };
167
168 const handleClickPrevStep = () => {
169 setStep(step - 1);
170 };
171
172 const handleClickExport = () => {
173 setIsExportModal(true);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected