Fix copy markdown link (#2449)
This commit is contained in:
parent
d19d6be716
commit
e10d2d7171
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