diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-30 00:13:50 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-30 00:13:50 +1000 |
| commit | e746e7ec7ab457a67bc5fb6c41e1f4aaaa54b336 (patch) | |
| tree | 6d0c76d1dcd7b048dbf3308583f901b75140b18a /src/components/AncestryBar.vue | |
| parent | 4989a49f2e370b664b54ecc3f085689508d2bb6f (diff) | |
Add button for jumping to roottest-toroot-button
Arguably redundant due to ability to click/tap on sidebar scrollbar
Diffstat (limited to 'src/components/AncestryBar.vue')
| -rw-r--r-- | src/components/AncestryBar.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AncestryBar.vue b/src/components/AncestryBar.vue index 78972b2..cf9513f 100644 --- a/src/components/AncestryBar.vue +++ b/src/components/AncestryBar.vue @@ -8,7 +8,7 @@ <script lang="ts"> import {defineComponent, PropType} from 'vue'; -import Tile from './Tile.vue' +import Tile from './Tile.vue'; import {TolMap} from '../tol'; import {LayoutNode, LayoutOptions} from '../layout'; import {UiOptions} from '../lib'; |
