diff options
author | Hannah Chow <hannah_chow@brown.edu> | 2019-03-16 20:12:32 -0400 |
---|---|---|
committer | Hannah Chow <hannah_chow@brown.edu> | 2019-03-16 20:12:32 -0400 |
commit | 1217ccdcc67c48771fda7cc82e668844bb1fd4e4 (patch) | |
tree | 5103e295d3b43aa155fdd7f1d8b5c7277b7f0ae6 | |
parent | f6e51d94462efb863c9aa8d0a6e9636c52f7adf5 (diff) | |
parent | 1918357b9f78b94808a572e434bbfc2ed93c0961 (diff) |
yeet
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index f7bc751b7..96a9ff2a8 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -341,12 +341,8 @@ export class DocumentView extends React.Component<DocumentViewProps> { }} onContextMenu={this.onContextMenu} onPointerDown={this.onPointerDown} > -<<<<<<< HEAD - <DocumentContents {...this.props} isSelected={this.isSelected} select={this.select} layoutKey={KeyStore.Layout} /> -======= - <DocumentContentsView {...this.getProps} /> ->>>>>>> 914114aaffbbd492f68c5e580acf6a28f43dc2c7 - </div > + <DocumentContents {...this.props} isSelected={this.isSelected} select={this.select} layoutKey={KeyStore.Layout} /> + </div> ) } }
\ No newline at end of file |