diff options
author | geireann <60007097+geireann@users.noreply.github.com> | 2020-08-06 15:27:14 +0800 |
---|---|---|
committer | geireann <60007097+geireann@users.noreply.github.com> | 2020-08-06 15:27:14 +0800 |
commit | d23ca6271de516009eb9b1c49ada52203497caea (patch) | |
tree | 37290ddc6927f0400f347c1a79bbefd484dc7c2f /src | |
parent | 0bd77219c2f470f5b2a8680cf9712f5947f22bd1 (diff) | |
parent | 6d8dfee38bd39b95396cbc97405516693116b58f (diff) |
Merge branch 'master' into presentation_updates
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/collections/CollectionMenu.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionMenu.tsx b/src/client/views/collections/CollectionMenu.tsx index 904592975..53d2a136e 100644 --- a/src/client/views/collections/CollectionMenu.tsx +++ b/src/client/views/collections/CollectionMenu.tsx @@ -645,7 +645,7 @@ export class CollectionFreeFormViewChrome extends React.Component<CollectionMenu </button> </Tooltip> } - {(!this.props.isOverlay || this.props.docView.layoutDoc.isAnnotating) && !this.isText ? + {!this.isText ? <> {this.drawButtons} {this.widthPicker} |