We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f856823 commit 538ba8cCopy full SHA for 538ba8c
2 files changed
public/js/sidebar.js
@@ -127,7 +127,6 @@ export default class extends Component {
127
element.value = url;
128
element.select();
129
document.execCommand('copy');
130
- document.getSelection().removeAllRanges();
131
document.body.removeChild(element);
132
133
setTimeout(function () {
0 commit comments