diff options
author | bob <bcz@cs.brown.edu> | 2020-02-11 16:26:08 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2020-02-11 16:26:08 -0500 |
commit | 99f66f02c64a195c77b6aa1780855104064fbda1 (patch) | |
tree | 2cff53d6836e7602cdd85ea2a12d0d76de901231 /src/client/views/nodes/DocumentView.tsx | |
parent | d61424aafca5023ac5bde1f29695ed117723d76b (diff) | |
parent | 3861877df8909c78c12e44de81d4f9c1e2ab2711 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 36db1ce37..95858af4c 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -277,7 +277,7 @@ export class DocumentView extends DocComponent<DocumentViewProps, Document>(Docu } preventDefault && e.preventDefault(); } - }) + }); buttonClick = async (altKey: boolean, ctrlKey: boolean) => { const linkDocs = DocListCast(this.props.Document.links); @@ -636,7 +636,7 @@ export class DocumentView extends DocComponent<DocumentViewProps, Document>(Docu if (StrCast(tempDoc.title) === layout) { foundLayout = tempDoc; } - }) + }); DocumentView. makeCustomViewClicked(this.props.Document, this.props.DataDoc, Docs.Create.StackingDocument, layout, foundLayout); } else { |