Skip to content

Commit 8557ab2

Browse files
committed
fix: revoke #ebc59a2
1 parent d8fbc04 commit 8557ab2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/pages/ocr.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,10 +420,12 @@ onBeforeUnmount(() => {
420420
{{ t('edit_title') }}
421421
</h2>
422422
</template>
423-
<SyntaxHighlightedTextArea
423+
<UTextarea
424424
v-model="latexCode"
425425
:rows="8"
426426
:placeholder="t('edit_placeholder')"
427+
autoresize
428+
class="font-mono w-full"
427429
/>
428430
<template #footer>
429431
<div class="flex justify-between items-center">

0 commit comments

Comments
 (0)