#1145 item diary no va a la linea actual

This commit is contained in:
Gerard 2019-02-18 09:50:09 +01:00
parent 87fff4e338
commit 13473e7bec
1 changed files with 2 additions and 2 deletions

View File

@ -119,8 +119,8 @@ class Controller {
} else
offsetTop = onPreparationLine.offsetTop - headerHeight;
body.querySelector('ui-view').scrollTop = offsetTop;
this.$window.scrollTo(0, offsetTop);
console.log(offsetTop);
this.ticketFk = null;
}