From a8f80a02b88055cfcb45664ce3a3d24c2b2da98c Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sun, 10 Jul 2022 23:41:20 +1000 Subject: Update project-level and client-side documentation --- src/components/AncestryBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/AncestryBar.vue') 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()); }, -- cgit v1.2.3