Fix linting

This commit is contained in:
yangdx
2025-04-28 02:15:25 +08:00
parent d7552a2a87
commit 594e7b751a
3 changed files with 10 additions and 9 deletions

View File

@@ -63,7 +63,7 @@ class NavigationService {
if (currentUsername) {
localStorage.setItem('LIGHTRAG-PREVIOUS-USER', currentUsername);
}
// Reset application state but preserve history
// History will be cleared on next login if the user changes
this.resetAllApplicationState(true);