fi xcopying invisible text
This commit is contained in:
parent
056a46cc97
commit
3fc036e01a
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ function playground_text(playground) {
|
|||
let editor = window.ace.edit(code_block);
|
||||
return editor.getValue();
|
||||
} else {
|
||||
return code_block.textContent;
|
||||
return code_block.innerText;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue