Resetting scroll status when navigating between entities.
This commit is contained in:
parent
087d349cec
commit
f4029f0ef7
|
@ -176,8 +176,10 @@ function beforeDestroy() {
|
|||
}
|
||||
|
||||
async function route() {
|
||||
this.expanded = false;
|
||||
await this.fetchEntity();
|
||||
|
||||
this.expanded = false;
|
||||
this.updateScroll();
|
||||
}
|
||||
|
||||
export default {
|
||||
|
|
Loading…
Reference in New Issue