Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WardAnalytics/WardGraph
/ decreaseSlide
Function
decreaseSlide
src/components/graph/tutorial/TutorialDialog.tsx:132–135 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
130
};
131
132
const decreaseSlide = () => {
133
if (currentStep === 0) return;
134
setCurrentStep(currentStep - 1);
135
};
136
137
const closeTutorial = () => {
138
setIsTutorialOpen(false);
Callers
1
TutorialDialog
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected