chore(ocr): make OCR text representation selectable

This commit is contained in:
Elian Doran
2026-04-02 10:25:41 +03:00
parent 44a5dccd61
commit 010f59df8a

View File

@@ -25,6 +25,7 @@
padding: 15px;
background-color: var(--accented-background-color);
min-height: 100px;
user-select: text;
}
.text-representation-meta {