diff options
author | mehekj <mehek.jethani@gmail.com> | 2022-06-16 15:36:16 -0400 |
---|---|---|
committer | mehekj <mehek.jethani@gmail.com> | 2022-06-16 15:36:16 -0400 |
commit | aad5783118330945c90264646c328b97136b4cf6 (patch) | |
tree | a3866da249e7f457a5ea5b4af9b5a2a7a54d2b98 /src | |
parent | 2cc83f81afa317c693aa45d3a2e1497ef7b2d477 (diff) |
remove iinkjs error popup
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/InkTranscription.tsx | 1 |
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"; /** |