chore: replace missed op25
parent
e45ecf55f2
commit
321a200e27
|
@ -183,7 +183,7 @@ onUnmounted(() => {
|
||||||
:editor="editor"
|
:editor="editor"
|
||||||
:class="isExpanded ? 'min-h-120px max-h-720px of-y-auto' : ''"
|
: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() }}
|
{{ characterLimit - editor?.storage.characterCount.characters() }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue