aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormehekj <mehek.jethani@gmail.com>2022-06-16 15:36:16 -0400
committermehekj <mehek.jethani@gmail.com>2022-06-16 15:36:16 -0400
commitaad5783118330945c90264646c328b97136b4cf6 (patch)
treea3866da249e7f457a5ea5b4af9b5a2a7a54d2b98 /src
parent2cc83f81afa317c693aa45d3a2e1497ef7b2d477 (diff)
remove iinkjs error popup
Diffstat (limited to 'src')
-rw-r--r--src/client/views/InkTranscription.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/InkTranscription.tsx b/src/client/views/InkTranscription.tsx
index 291352aa3..8ab54918c 100644
--- a/src/client/views/InkTranscription.tsx
+++ b/src/client/views/InkTranscription.tsx
@@ -10,6 +10,7 @@ import { DocumentManager } from "../util/DocumentManager";
import { CollectionFreeFormView } from './collections/collectionFreeForm';
import { InkingStroke } from './InkingStroke';
import { CurrentUserUtils } from '../util/CurrentUserUtils';
+import "./InkTranscription.scss";
/**