Skip to content

Commit 4d008ac

Browse files
authored
Merge pull request mac-s-g#211 from michael-ar/patch-1
@michael-ar thanks for the contribution! I'll publish next time the version is bumped. if you'd like, you can post a separate pr with a bump to the patch version and i'll publish immediately.
2 parents 1f83554 + ead8d9d commit 4d008ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/components/CopyToClipboard.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export default class extends React.PureComponent {
9797
}
9898

9999
return (
100-
<span class="copy-to-clipboard-container">
100+
<span class="copy-to-clipboard-container" title="Copy to clipboard">
101101
<span
102102
style={{
103103
...style,

0 commit comments

Comments
 (0)