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 a16485b commit 6ff315eCopy full SHA for 6ff315e
web_src/js/features/copycontent.js
@@ -30,7 +30,7 @@ export function initCopyContent() {
30
} finally {
31
btn.classList.remove('is-loading');
32
}
33
- } else { // text, copy from DOM
+ } else { // text, read from DOM
34
const lineEls = document.querySelectorAll('.file-view .lines-code');
35
content = Array.from(lineEls).map((el) => el.textContent).join('');
36
0 commit comments