aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LinkBox.tsx
diff options
context:
space:
mode:
authorHannah Chow <hannah_chow@brown.edu>2019-04-09 22:01:44 -0400
committerHannah Chow <hannah_chow@brown.edu>2019-04-09 22:01:44 -0400
commitf8d4fa3d161da88e63e51c4a8940a3c44d0ae62e (patch)
tree16e2b24c5f8c3c2c5a7f48550125fdb99c84454d /src/client/views/nodes/LinkBox.tsx
parent755769e3604d48148ad1670ce3cce1a785c1766d (diff)
for now
Diffstat (limited to 'src/client/views/nodes/LinkBox.tsx')
-rw-r--r--src/client/views/nodes/LinkBox.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/LinkBox.tsx b/src/client/views/nodes/LinkBox.tsx
index ca1b97eba..396f5f577 100644
--- a/src/client/views/nodes/LinkBox.tsx
+++ b/src/client/views/nodes/LinkBox.tsx
@@ -54,6 +54,7 @@ export class LinkBox extends React.Component<Props> {
}
let contextView = DocumentManager.Instance.getDocumentView(contextDoc);
if (contextView) {
+ contextDoc.SetText(KeyStore.PanTransformType, "Ease");
contextView.props.focus(contextDoc);
} else {
CollectionDockingView.Instance.AddRightSplit(contextDoc);