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() {
|
async function route() {
|
||||||
this.expanded = false;
|
|
||||||
await this.fetchEntity();
|
await this.fetchEntity();
|
||||||
|
|
||||||
|
this.expanded = false;
|
||||||
|
this.updateScroll();
|
||||||
}
|
}
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|
Loading…
Reference in New Issue