aboutsummaryrefslogtreecommitdiff
path: root/src/components/AncestryBar.vue
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-07-10 23:41:20 +1000
committerTerry Truong <terry06890@gmail.com>2022-07-10 23:41:20 +1000
commita8f80a02b88055cfcb45664ce3a3d24c2b2da98c (patch)
tree021072aa131b2e141978e0223f6e37dfcb1cf1cd /src/components/AncestryBar.vue
parentf0df00add356c0ee4cc8743a9ceeb276ae207715 (diff)
Update project-level and client-side documentation
Diffstat (limited to 'src/components/AncestryBar.vue')
-rw-r--r--src/components/AncestryBar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AncestryBar.vue b/src/components/AncestryBar.vue
index fcf9933..6f2d37c 100644
--- a/src/components/AncestryBar.vue
+++ b/src/components/AncestryBar.vue
@@ -75,7 +75,7 @@ export default defineComponent({
},
},
watch: {
- // Used to scroll to end of bar upon node/screen changes
+ // For scrolling-to-end upon node/screen changes
nodes(){
this.$nextTick(() => this.scrollToEnd());
},