Skip to content

Commit

Permalink
fix: 修复插入题目序号问题以及删除未使用代码
Browse files Browse the repository at this point in the history
  • Loading branch information
skique committed Dec 30, 2024
1 parent f1cd0a6 commit bcffbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/management/stores/edit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export const useEditStore = defineStore('edit', () => {
if (!questCount) {
return startIndex
}
return endIndex - 1
return endIndex
}
})

Expand Down

0 comments on commit bcffbd3

Please sign in to comment.