Make permalink readonly

This commit is contained in:
Chi Vinh Le
2017-07-20 04:04:25 +07:00
parent 3bc26cad80
commit f8a3b84e94
@@ -84,6 +84,7 @@ export default class PermalinkButton extends React.Component {
type='text'
ref={(input) => this.permalinkInput = input}
defaultValue={`${asset.url}?commentId=${comment.id}`}
readOnly
/>
<Button