diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-28 18:15:46 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-28 18:15:46 -0400 |
| commit | 55f99f4bcc45b1dc797982273e93f49fb58403c3 (patch) | |
| tree | 7c79ae591a688bcdb9ed89e49aa02ee192fbad3a /src/client/views/collections/collectionFreeForm/PropertiesView.tsx | |
| parent | 1536f8d6e5f44fd14954550e9bd670561727b417 (diff) | |
added explicit annotation mode for videos. fixed annotation mode for webpages
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/PropertiesView.tsx')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/PropertiesView.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/collections/collectionFreeForm/PropertiesView.tsx b/src/client/views/collections/collectionFreeForm/PropertiesView.tsx index c316e1aad..560f09931 100644 --- a/src/client/views/collections/collectionFreeForm/PropertiesView.tsx +++ b/src/client/views/collections/collectionFreeForm/PropertiesView.tsx @@ -22,11 +22,11 @@ import { ContentFittingDocumentView } from "../../nodes/ContentFittingDocumentVi import { KeyValueBox } from "../../nodes/KeyValueBox"; import { PresBox } from "../../nodes/PresBox"; import { PropertiesButtons } from "../../PropertiesButtons"; +import { CollectionDockingView } from "../CollectionDockingView"; +import { SelectorContextMenu } from "../ParentDocumentSelector"; import { FormatShapePane } from "./FormatShapePane"; import "./FormatShapePane.scss"; import "./PropertiesView.scss"; -import { CollectionDockingView } from "../CollectionDockingView"; -import { ParentDocSelector, SelectorContextMenu } from "../ParentDocumentSelector"; const higflyout = require("@hig/flyout"); export const { anchorPoints } = higflyout; export const Flyout = higflyout.default; |
