Revert "fixes #2922"

This reverts commit 496062f980.
This commit is contained in:
Kyle Shockey
2017-05-13 10:15:38 -07:00
parent 6e40d04741
commit 599b448f91
2 changed files with 4 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ export default class Curl extends React.Component {
<div>
<h4>Curl</h4>
<div className="copy-paste">
<textarea onFocus={this.handleFocus} readOnly="true" className="curl" style={{ whiteSpace: "normal" }} value={curl}></textarea>
<textarea onFocus={this.handleFocus} className="curl" style={{ whiteSpace: "normal" }} value={curl}></textarea>
</div>
</div>
)