From f81e1586f5a2ceab7ada93950b2d84b175377822 Mon Sep 17 00:00:00 2001 From: hallgren Date: Fri, 24 Feb 2012 15:16:37 +0000 Subject: gfse: text mode tweaks --- src/www/gfse/editor.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/www/gfse/editor.js') diff --git a/src/www/gfse/editor.js b/src/www/gfse/editor.js index 03cef9dec..64b44e36c 100644 --- a/src/www/gfse/editor.js +++ b/src/www/gfse/editor.js @@ -536,6 +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.focus(); } var mode_button=div_class("right",[button("Text mode",switch_to_text_mode)]) -- cgit v1.2.3