Skip to content

Commit

Permalink
[comments] Fix frame seeking with checklist frame tags
Browse files Browse the repository at this point in the history
  • Loading branch information
frankrousseau committed Sep 22, 2023
1 parent 98f8697 commit d96828b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/AddComment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<div class="post-area">
<checklist
:checklist="checklist"
:frame="frame"
:frame="frame + 1"
:revision="revision"
:is-movie-preview="isMovie"
@add-item="onAddChecklistItem"
Expand Down

0 comments on commit d96828b

Please sign in to comment.