We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 056a46c + 3fc036e commit 3a24f10Copy full SHA for 3a24f10
src/theme/book.js
@@ -11,7 +11,7 @@ function playground_text(playground) {
11
let editor = window.ace.edit(code_block);
12
return editor.getValue();
13
} else {
14
- return code_block.textContent;
+ return code_block.innerText;
15
}
16
17
0 commit comments