aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-07-24 12:31:07 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-07-24 12:31:07 -0400
commit52dc823c6a4c4b3e8deb994358a10acca4b6bd6c (patch)
treed5e64cc58468898c8e47ac9807d6d91a4ab2f7e1 /src/client/views/collections/collectionFreeForm
parent7f9e4de6e4b5d06535c5dfc93afa707a355a353d (diff)
Added transitions
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
index 70c43bbec..7a9b94bfd 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
@@ -503,11 +503,8 @@ export class CollectionFreeFormView extends CollectionSubView(PanZoomDocument) {
onError(script.errors.map(error => error.messageText).join("\n"));
return;
}
- const docs = DocListCast(doc[dataKey]);
- docs.map(d => d.transition = "transform 1s");
doc[key] = new ScriptField(script);
overlayDisposer();
- setTimeout(() => docs.map(d => d.transition = undefined), 1200);
}} />;
overlayDisposer = OverlayView.Instance.addWindow(scriptingBox, options);
};