#1145 item diary no va a la linea actual
This commit is contained in:
parent
87fff4e338
commit
13473e7bec
|
@ -119,8 +119,8 @@ class Controller {
|
||||||
} else
|
} else
|
||||||
offsetTop = onPreparationLine.offsetTop - headerHeight;
|
offsetTop = onPreparationLine.offsetTop - headerHeight;
|
||||||
|
|
||||||
body.querySelector('ui-view').scrollTop = offsetTop;
|
this.$window.scrollTo(0, offsetTop);
|
||||||
|
console.log(offsetTop);
|
||||||
|
|
||||||
this.ticketFk = null;
|
this.ticketFk = null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue