We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae3ef04 commit 21559a2Copy full SHA for 21559a2
1 file changed
editable-samples/js/editable.js
@@ -28,7 +28,7 @@ function applyCode() {
28
}
29
30
reset.addEventListener("click", function() {
31
- cmEditor.doc.setValue(cmInit);
+ cmEditor.doc.setValue(cmInitContent);
32
applyCode();
33
});
34
0 commit comments