Fix copy markdown link (#2449)
This commit is contained in:
parent
d0957e3879
commit
19f261a768
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ export default class MarkdownLink extends PureComponent {
|
|||
}
|
||||
};
|
||||
|
||||
handleCopyURL = () => {
|
||||
handleLinkCopy = () => {
|
||||
Clipboard.setString(this.props.href);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue