Skip to content

Commit

Permalink
[Fix] #40 : Pouvoir garder le mot sans le remplacer
Browse files Browse the repository at this point in the history
Signed-off-by: camarm <armand@camponovo.xyz>
  • Loading branch information
camarm-dev committed Dec 16, 2023
1 parent 8887c21 commit a7980db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/views/CorrectionPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
<br>
<ion-text @click="explainSegments[explainSegments.indexOf(segment)] = { correction: false, text: suggested.text }" color="primary" :key="suggested" v-for="suggested in segment.correction.suggestions">{{ suggested.text }}<br></ion-text>
</ion-label>
<ion-label>
<ion-text @click="explainSegments[explainSegments.indexOf(segment)] = { correction: false, text: segment.correction.mistakeText }" color="primary">Ne pas remplacer "{{ segment.correction.mistakeText }}"</ion-text>
</ion-label>
</ion-content>
</ion-popover>
</span>
Expand Down

0 comments on commit a7980db

Please sign in to comment.