[UI] Refresh the loaded panel when the URL fragment changes.

This commit is contained in:
Fabio Manganiello 2023-10-18 00:01:48 +02:00
parent 6289eb47ab
commit 0c54c8f885
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ export default {
await this.parseConfig()
this.initPanels()
this.initSelectedPanel()
this.$watch('$route.hash', this.initSelectedPanel)
} finally {
this.loading = false
}