Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Actually we want autoHeight set to false on AtomTextEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
kuychaco committed Nov 16, 2018
1 parent cd7003a commit 218d6cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/views/multi-file-patch-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ export default class MultiFilePatchView extends React.Component {
buffer={this.props.multiFilePatch.getBuffer()}
lineNumberGutterVisible={false}
autoWidth={false}
autoHeight={false}
readOnly={true}
softWrapped={true}

Expand Down

0 comments on commit 218d6cb

Please sign in to comment.