@@ -262,6 +262,7 @@ function logout() {
.then(() => {
userStore.logOut().then(() => {
location.href = "/index";
+ sessionStorage.removeItem("tags-view_sd");
});
})
.catch(() => {});