revert 04358e9c91
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
revert feat: make settings menu remember your page on reload it breaks the back button, my bad
This commit is contained in:
parent
04358e9c91
commit
71242d0543
1 changed files with 0 additions and 1 deletions
|
@ -98,7 +98,6 @@ let currentPage = ref(categories[0].pages[0]);
|
|||
let selectedPage = ref(currentPage.value.displayName); // used to highlight the current channel
|
||||
|
||||
function selectCategory(page: Page) {
|
||||
window.location.hash = page.displayName.toLowerCase()
|
||||
currentPage.value = page;
|
||||
selectedPage.value = page.displayName;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue