diff --git a/src/components/SkillPicker.vue b/src/components/SkillPicker.vue index e211f60..586bb1a 100644 --- a/src/components/SkillPicker.vue +++ b/src/components/SkillPicker.vue @@ -25,7 +25,7 @@ - + @@ -135,6 +135,10 @@ this.sel = null; } } + + protected browse(){ + document.querySelector("#timeline")!.scrollIntoView(); + } } @@ -143,6 +147,7 @@