mirror of
https://github.com/wassname/talk.git
synced 2026-07-07 22:23:34 +08:00
Make permalink readonly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user