diff options
author | Zachary Zhang <zacharyzhang7@gmail.com> | 2024-07-10 13:59:01 -0400 |
---|---|---|
committer | Zachary Zhang <zacharyzhang7@gmail.com> | 2024-07-10 13:59:01 -0400 |
commit | 7103477cdb5369e2bf6a04580fb613a71cf91183 (patch) | |
tree | 8aac92d6a3025760597cf3af127efe3ba55d93ac | |
parent | 74c9d7cb47281dab59908eea5384b370f493d087 (diff) |
fixed get icon
-rw-r--r-- | src/client/views/InkTranscription.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/InkTranscription.tsx b/src/client/views/InkTranscription.tsx index 44b63e605..a1c693e32 100644 --- a/src/client/views/InkTranscription.tsx +++ b/src/client/views/InkTranscription.tsx @@ -198,7 +198,6 @@ export class InkTranscription extends React.Component { */ exportInk = async (e: any, ref: any) => { const exports = e.detail['application/vnd.myscript.jiix']; - console.log(exports); if (exports) { if (exports['type'] == 'Math') { const latex = exports['application/x-latex']; |