Skip to content

Commit

Permalink
Fix previous list
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Jan 9, 2025
1 parent 9880ef2 commit 47ed335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sfgrp/pinpoint",
"private": false,
"version": "0.0.8",
"version": "0.0.9",
"files": [
"dist"
],
Expand Down
2 changes: 1 addition & 1 deletion src/components/PreviousList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<li>
<span
class="pinpoint-previous-list-item"
@click="() => store.setCurrentNode(nodes[0].id)"
@click="() => store.setCurrentNode(nodes[0].parentId)"
>[{{ nodes[0].coupletNumber - 1 }}] {{ nodes[0].text }}</span
>
<PreviousList :nodes="nodes.slice(1)" />
Expand Down

0 comments on commit 47ed335

Please sign in to comment.