* Removed comment

This commit is contained in:
Ruben Daniels 2012-04-02 18:35:37 -07:00
commit dbbacf7fc3

View file

@ -1210,7 +1210,7 @@ var Editor = function(renderer, session) {
if (range) {
this.session.unfold(range);
this.$blockScrolling += 1;
this.selection.setSelectionRange(range); // this scrolls selection into view
this.selection.setSelectionRange(range);
this.$blockScrolling -= 1;
var cursor = this.getCursorPosition();