Commit 5ac4db19 by ichuang

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

parent 287d13e7
......@@ -29,6 +29,7 @@ $(function(){
, lineNumbers: true
% endif
});
cm.refresh();
// codemirror_set["${id}"] = cm; // track it for refreshes
});
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment