You've already forked AstralRinth
forked from didirus/AstralRinth
fix: broken infinite query on files.vue (#5133)
This commit is contained in:
@@ -237,7 +237,7 @@ function navigateToFolder() {
|
||||
const newPath = currentPath.endsWith('/')
|
||||
? `${currentPath}${props.name}`
|
||||
: `${currentPath}/${props.name}`
|
||||
router.push({ query: { path: newPath, page: 1 } })
|
||||
router.push({ query: { path: newPath } })
|
||||
}
|
||||
|
||||
const isNavigating = ref(false)
|
||||
|
||||
Reference in New Issue
Block a user