Implement EditSession.removeFold.

This commit is contained in:
Julian Viereck 2011-04-25 14:29:02 +02:00
commit ccfe285bab
2 changed files with 45 additions and 1 deletions

View file

@ -384,7 +384,7 @@ var Editor =function(renderer, session) {
this.onChangeFold = function() {
// TODO: This might be too much updating. Okay for now.
this.render.updateFull();
this.renderer.updateFull();
};
this.getCopyText = function() {