You've already forked filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-11-26 14:25:26 +08:00
Make reload work
This commit is contained in:
@@ -110,7 +110,7 @@ export default {
|
||||
conn.onclose = (event) => {
|
||||
this.ongoing = false
|
||||
this.scrollable.scrollTop = this.scrollable.scrollHeight
|
||||
// page.reload()
|
||||
this.$store.commit('setReload', true)
|
||||
}
|
||||
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user