Thanks to visit codestin.com Credit goes to github.com
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 81be0f1 commit 7f57408Copy full SHA for 7f57408
resources/js/clipboard.js
@@ -46,3 +46,5 @@ codeBlocks.forEach((element, key) => {
46
codeElement.id = `clipText-${key}`;
47
copyToClipboardBtn.dataset.clipboardTarget = `#${codeElement.id}`;
48
});
49
+
50
+new ClipboardJS('.copyBtn');
0 commit comments