remove some of redundant scrollCursorIntoView calls

(cursor was scrolling into view before changing)
This commit is contained in:
nightwing 2011-05-02 00:30:26 +05:00
commit 577ee94011
2 changed files with 0 additions and 4 deletions

View file

@ -348,8 +348,6 @@ var Editor =function(renderer, session) {
session.$selectionMarker = session.addMarker(range, "ace_selection", style);
}
this.onCursorChange(e);
if (this.$highlightSelectedWord)
this.session.getMode().highlightSelection(this);
};