fix: #57
This commit is contained in:
@@ -249,3 +249,12 @@ function startTutorial() {
|
||||
// Small delay so the page renders first
|
||||
setTimeout(() => renderTutorialStep(0), 300);
|
||||
}
|
||||
|
||||
function resetTutorial() {
|
||||
try {
|
||||
localStorage.removeItem(TUTORIAL_KEY);
|
||||
} catch (e) {
|
||||
// silent fail
|
||||
}
|
||||
startTutorial();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user