Skip to content

Commit

Permalink
add character-count__text class back in
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Garey committed Nov 7, 2024
1 parent 57ae3c3 commit f0cd739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tiptap-editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
/>
<circle r="6" cx="10" cy="10" class="character-count__inner-circle" />
</svg>
<div aria-live="polite">
<div class="character-count__text" aria-live="polite">
{{ currentCharacterCount }} / {{ maxCharacterCount }} characters
</div>
</div>
Expand Down

0 comments on commit f0cd739

Please sign in to comment.