diff options
| author | bobzel <zzzman@gmail.com> | 2021-03-16 17:15:05 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-03-16 17:15:05 -0400 |
| commit | 516b29492a9e14c7d3ace1f0c5db56b0d69e421e (patch) | |
| tree | ff332bc4cd8afcc4ccdd3081ea9343e639951bb4 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | |
| parent | 4e47c8020f85018973b67d929066b109f5db8a75 (diff) | |
made ink stroke size preview match the size it will be on the selected document.
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index 2e1f4db51..6a3be2d50 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -17,7 +17,6 @@ import { aggregateBounds, emptyFunction, intersectRect, returnFalse, setupMoveUp import { CognitiveServices } from "../../../cognitive_services/CognitiveServices"; import { DocServer } from "../../../DocServer"; import { Docs, DocUtils } from "../../../documents/Documents"; -import { DocumentType } from "../../../documents/DocumentTypes"; import { CurrentUserUtils } from "../../../util/CurrentUserUtils"; import { DocumentManager } from "../../../util/DocumentManager"; import { DragManager, dropActionType } from "../../../util/DragManager"; |
