diff options
author | bob <bcz@cs.brown.edu> | 2019-10-10 14:04:22 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-10-10 14:04:22 -0400 |
commit | 77d66d159d75442ff5635c4bf4843b6155883cc2 (patch) | |
tree | 17dc230a46bda8d0f0c95984ddf19fade3d7d369 /src/client/views/linking/LinkFollowBox.tsx | |
parent | 2cec74403daf057d6e2e830a0544c1254722dcde (diff) |
removed CollectionVideoView
Diffstat (limited to 'src/client/views/linking/LinkFollowBox.tsx')
-rw-r--r-- | src/client/views/linking/LinkFollowBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/linking/LinkFollowBox.tsx b/src/client/views/linking/LinkFollowBox.tsx index b18aa5d63..32ebe7c61 100644 --- a/src/client/views/linking/LinkFollowBox.tsx +++ b/src/client/views/linking/LinkFollowBox.tsx @@ -278,7 +278,7 @@ export class LinkFollowBox extends React.Component<FieldViewProps> { alias.width = width; alias.height = height; - this.sourceView.props.addDocument(alias, false); + this.sourceView.props.addDocument(alias); } } |