diff options
Diffstat (limited to 'src/www')
| -rw-r--r-- | src/www/gfse/editor.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/www/gfse/editor.js b/src/www/gfse/editor.js index 64b44e36c..72999ce72 100644 --- a/src/www/gfse/editor.js +++ b/src/www/gfse/editor.js @@ -536,7 +536,7 @@ function text_mode(g,file,ix) { var mode_button=div_class("right",[button("Guided mode",switch_to_guided_mode)]) clear(file) appendChildren(file,[mode_button,ta]) - ta.style.height=ta.scrollHeight+"px"; + //ta.style.height=ta.scrollHeight+"px"; ta.focus(); } var mode_button=div_class("right",[button("Text mode",switch_to_text_mode)]) |
