1 parent d8fbc04 commit 8557ab2Copy full SHA for 8557ab2
1 file changed
app/pages/ocr.vue
@@ -420,10 +420,12 @@ onBeforeUnmount(() => {
420
{{ t('edit_title') }}
421
</h2>
422
</template>
423
- <SyntaxHighlightedTextArea
+ <UTextarea
424
v-model="latexCode"
425
:rows="8"
426
:placeholder="t('edit_placeholder')"
427
+ autoresize
428
+ class="font-mono w-full"
429
/>
430
<template #footer>
431
<div class="flex justify-between items-center">
0 commit comments