summaryrefslogtreecommitdiffstats
path: root/webapp/components/get_link_modal.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/get_link_modal.jsx')
-rw-r--r--webapp/components/get_link_modal.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/components/get_link_modal.jsx b/webapp/components/get_link_modal.jsx
index 5363ad217..8d4cbbc1c 100644
--- a/webapp/components/get_link_modal.jsx
+++ b/webapp/components/get_link_modal.jsx
@@ -90,10 +90,11 @@ export default class GetLinkModal extends React.Component {
className='form-control no-resize min-height'
ref='textarea'
value={this.props.link}
+ readOnly={true}
/>
);
- var copyLinkConfirm = null;
+ let copyLinkConfirm = null;
if (this.state.copiedLink) {
copyLinkConfirm = (
<p className='alert alert-success alert--confirm'>