Allows commenting outside edit mode when seamless editing is disabled. (#5422)
This commit is contained in:
@@ -510,7 +510,8 @@ class DocumentScene extends React.Component<Props> {
|
||||
onPublish={this.onPublish}
|
||||
onCancel={this.goBack}
|
||||
readOnly={readOnly}
|
||||
readOnlyWriteCheckboxes={readOnly && abilities.update}
|
||||
canUpdate={abilities.update}
|
||||
canComment={abilities.comment}
|
||||
>
|
||||
{shareId && (
|
||||
<ReferencesWrapper isOnlyTitle={document.isOnlyTitle}>
|
||||
|
||||
Reference in New Issue
Block a user