mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 23:02:50 -06:00
gfse: text mode editing: accept grammars with printname judgements
But printname judgements are ignored for now. Also fixed an UTF-8 encoding bug when parsing uploaded grammars in gf -server mode.
This commit is contained in:
@@ -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)])
|
||||
|
||||
Reference in New Issue
Block a user