RME upgrade, fix autoFocus logic

This commit is contained in:
Tom Moor
2018-08-16 22:51:51 -07:00
parent c140c64346
commit be09b290b7
4 changed files with 14 additions and 5 deletions

View File

@@ -347,7 +347,6 @@ class DocumentScene extends React.Component<Props> {
onCancel={this.onDiscard}
onShowToast={this.onShowToast}
readOnly={!this.isEditing}
autoFocus={!document.text}
toc
/>
</MaxWidth>