forked from Mirrors/elk
chore: replace missed op25
This commit is contained in:
parent
e45ecf55f2
commit
321a200e27
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ onUnmounted(() => {
|
|||
:editor="editor"
|
||||
:class="isExpanded ? 'min-h-120px max-h-720px of-y-auto' : ''"
|
||||
/>
|
||||
<div v-if="isExpanded" absolute right-0 bottom-0 pointer-events-none text-sm op25>
|
||||
<div v-if="isExpanded" absolute right-0 bottom-0 pointer-events-none text-sm text-secondary-light>
|
||||
{{ characterLimit - editor?.storage.characterCount.characters() }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue