fix demo
This commit is contained in:
parent
e99e4cc632
commit
e89045d9bb
1 changed files with 1 additions and 0 deletions
|
|
@ -268,6 +268,7 @@ exports.launch = function(env) {
|
|||
|
||||
bindCheckbox("highlight_selected_word", function(checked) {
|
||||
env.editor.setHighlightSelectedWord(checked);
|
||||
});
|
||||
|
||||
bindCheckbox("show_hscroll", function(checked) {
|
||||
env.editor.renderer.setHScrollBarAlwaysVisible(checked);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue