test2
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Javi Gallego 2020-05-19 13:11:22 +02:00
parent 529bd5673c
commit 670c5936ce
1 changed files with 0 additions and 2 deletions

View File

@ -53,10 +53,8 @@ class Controller extends Section {
scrollToLine(lineFk) {
const hashFk = this.lineFk || lineFk;
console.log(hashFk);
const hash = `vnItemDiary-${hashFk}`;
this.$location.hash(hash);
console.log(this.$location);
this.$anchorScroll();
}