diff options
author | bob <bcz@cs.brown.edu> | 2020-02-11 10:45:05 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2020-02-11 10:45:05 -0500 |
commit | 07fa40d04c7cc7b0006da69648c13ee54bcd4d27 (patch) | |
tree | f218a347b10b568718f54b2a092e600453d29cde /src/client/views/MainView.tsx | |
parent | bac95953f7f09c9356022034c0fe5d610ab7abe3 (diff) |
fixes for chrome for presBox
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index a9e81093a..401a4b15c 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -493,7 +493,6 @@ export class MainView extends React.Component { fieldKey={"data"} annotationsKey={""} select={emptyFunction} - chromeCollapsed={true} active={returnFalse} isSelected={returnFalse} moveDocument={this.moveButtonDoc} |