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 a742cf7 commit d360b09Copy full SHA for d360b09
web_src/js/markup/codecopy.js
@@ -1,7 +1,6 @@
1
import {svgNode} from '../svg.js';
2
const {copied, copy_link_error} = window.i18n;
3
4
-// els refers to the code elements
5
export function renderCodeCopy() {
6
const els = document.querySelectorAll('.markup .code-block code');
7
if (!els?.length) return;
0 commit comments