Skip to content

Commit 1e0f508

Browse files
Merge pull request #9518 from circleci/DOCSS-1888-code-block-copy-fix
Fix code block copy button content
2 parents 40be783 + 6d32620 commit 1e0f508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/js/vendor/highlight.bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,5 +336,5 @@
336336
})
337337

338338
// Then, apply line numbers to highlighted blocks
339-
hljs.initLineNumbersOnLoad()
339+
// hljs.initLineNumbersOnLoad() // Disabled to fix copy/paste issues
340340
})()

0 commit comments

Comments
 (0)