forked from DebaucheryLibrarian/traxxx
Resetting scroll status when navigating between entities.
This commit is contained in:
@@ -176,8 +176,10 @@ function beforeDestroy() {
|
||||
}
|
||||
|
||||
async function route() {
|
||||
this.expanded = false;
|
||||
await this.fetchEntity();
|
||||
|
||||
this.expanded = false;
|
||||
this.updateScroll();
|
||||
}
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user