Browse Source

back fix

master
user 3 weeks ago
parent
commit
bee6a4d780
  1. 2
      frontend/src/views/PublicBrowser.vue

2
frontend/src/views/PublicBrowser.vue

@ -131,7 +131,7 @@ function encodedFullPath(name) {
async function navigate(path) { async function navigate(path) {
currentPath.value = path currentPath.value = path
router.replace({ query: path ? { path } : {} }) router.push({ query: path ? { path } : {} })
await fetchEntries() await fetchEntries()
} }

Loading…
Cancel
Save