1
0
forked from GitHub/gf-core

gfse: text mode tweaks

This commit is contained in:
hallgren
2012-02-24 15:16:37 +00:00
parent 695c776065
commit 69066a7ecd
3 changed files with 8 additions and 2 deletions

View File

@@ -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)])