Skip to content

Commit 94a4cb9

Browse files
author
Andrew Schmadel
committed
allow output to be selected from repl
1 parent 5ae255f commit 94a4cb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h3>Errors</h3>
9393
lineNumbers: true,
9494
matchBrackets: true,
9595
continueComments: "Enter",
96-
readOnly: 'nocursor'
96+
readOnly: true
9797
};
9898

9999
var input = CodeMirror(document.getElementById('input'), inputOpts);

0 commit comments

Comments
 (0)