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/CollectionFreeFormView.tsx | |
parent | 1536f8d6e5f44fd14954550e9bd670561727b417 (diff) |
added explicit annotation mode for videos. fixed annotation mode for webpages
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx')
-rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index b55dc467a..04c30c4f2 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -1637,7 +1637,7 @@ class CollectionFreeFormViewPannableContents extends React.Component<CollectionF style={{ transform: `translate(${cenx}px, ${ceny}px) scale(${zoom}) translate(${panx}px, ${pany}px)`, transition: this.props.transition, - willChange: "transform" + //willChange: "transform" }}> {this.props.children()} {this.presPaths} |