Skip to content

Commit

Permalink
make box readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy Chen authored and Amy Chen committed Mar 7, 2024
1 parent 741268b commit 7df5107
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/report/CopyPaste.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ export default class CopyPaste extends Component {
ref={this.contentAreaRef}
style={boxAreaStyle}
onBlur={this.handleContentChange}
readOnly
></textarea>
<div style={{ marginBottom: "16px" }}>
<div
Expand Down

0 comments on commit 7df5107

Please sign in to comment.