Skip to content

Commit

Permalink
ensure theme previewer is read-only
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinushey committed Feb 6, 2015
1 parent 05e31ab commit 50f6190
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -85,6 +85,7 @@ public void onLoaded()
"editor.renderer.setHScrollBarAlwaysVisible(false);\n" +
"editor.renderer.setTheme({});\n" +
"editor.setHighlightActiveLine(false);\n" +
"editor.setReadOnly(true);\n" +
"editor.renderer.setShowGutter(false);\n" +
"editor.renderer.setDisplayIndentGuides(false);\n" +
"var RMode = require('mode/r').Mode;\n" +
Expand Down

0 comments on commit 50f6190

Please sign in to comment.