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/nodes/FormattedTextBox.tsx | |
parent | bac95953f7f09c9356022034c0fe5d610ab7abe3 (diff) |
fixes for chrome for presBox
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/FormattedTextBox.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.tsx b/src/client/views/nodes/FormattedTextBox.tsx index 881d80dda..09aaad9df 100644 --- a/src/client/views/nodes/FormattedTextBox.tsx +++ b/src/client/views/nodes/FormattedTextBox.tsx @@ -1123,8 +1123,7 @@ export class FormattedTextBox extends DocAnnotatableComponent<(FieldViewProps & CollectionView={undefined} ScreenToLocalTransform={this.sidebarScreenToLocal} renderDepth={this.props.renderDepth + 1} - ContainingCollectionDoc={this.props.ContainingCollectionDoc} - chromeCollapsed={true}> + ContainingCollectionDoc={this.props.ContainingCollectionDoc}> </CollectionFreeFormView> <div className="formattedTextBox-sidebar-handle" onPointerDown={this.sidebarDown} onClick={e => this.toggleSidebar()} /> </div>} |