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 334297b commit 83d8d72Copy full SHA for 83d8d72
site/src/assets/js/script.js
@@ -41,10 +41,6 @@ window.addEventListener('load', () => {
41
});
42
43
clipboard.on('success', event => {
44
- console.info('[clipboard success] Action:', event.action);
45
- console.info('[clipboard success] Text:', event.text);
46
- console.info('[clipboard success] Trigger:', event.trigger);
47
-
48
event.clearSelection();
49
event.trigger.blur();
50
const notifyCopiedSnippet = document.querySelector('.notify-copied-snippet');
0 commit comments