diff options
author | bobzel <zzzman@gmail.com> | 2025-03-18 22:32:31 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-03-18 22:32:31 -0400 |
commit | 5862ff34c887574364eb375fc2abfd230720ae7e (patch) | |
tree | 346dcb4f5409494bfb5612575e940cf7920def95 /src | |
parent | 251bc8c4a36019d719fad9d4bb6548ab04b340fb (diff) |
from last
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/InkTranscription.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/InkTranscription.tsx b/src/client/views/InkTranscription.tsx index 29cbe8e2d..f91f98807 100644 --- a/src/client/views/InkTranscription.tsx +++ b/src/client/views/InkTranscription.tsx @@ -58,7 +58,7 @@ export class InkTranscription extends React.Component { type: 'TEXT', lang: 'en_US', text: { - mimeTypes: ['text/plain'] as 'text/plain'[], + mimeTypes: ['application/vnd.myscript.jiix'] as 'application/vnd.myscript.jiix'[], }, }, }, @@ -89,7 +89,7 @@ export class InkTranscription extends React.Component { type: 'TEXT', lang: 'en_US', text: { - mimeTypes: ['text/plain'] as 'text/plain'[], + mimeTypes: ['application/vnd.myscript.jiix'] as 'application/vnd.myscript.jiix'[], }, }, }, |