Skip to content

Commit

Permalink
minor fix for commit number counting
Browse files Browse the repository at this point in the history
  • Loading branch information
khansadaoudi committed Sep 23, 2024
1 parent c30828e commit 77ac5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sentence/SentenceCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ export default defineComponent({
let updateCommit = true;
if (mode) changedConllUser = mode;
if (this.reactiveSentencesObj[this.openTabUser].exportConll() === this.sentenceData.conlls[this.openTabUser]) {
if (this.reactiveSentencesObj[this.openTabUser].exportConll() === this.sentenceData.conlls[this.openTabUser].trim()) {
updateCommit = false;
}
const metaToReplace = {
Expand Down

0 comments on commit 77ac5fc

Please sign in to comment.