try cm.refresh in textbox.html to fix codemirror bug with chrome

This commit is contained in:
ichuang
2012-05-29 17:55:13 -04:00
parent cc02962eb4
commit 6c66afb7b1

View File

@@ -29,6 +29,7 @@ $(function(){
, lineNumbers: true
% endif
});
cm.refresh();
// codemirror_set["${id}"] = cm; // track it for refreshes
});
</script>