CHANGE_FULL mustn't scrollCursorIntoView

This commit is contained in:
nightwing 2011-05-14 22:44:03 +05:00
commit 648888a01e

View file

@ -410,7 +410,6 @@ var VirtualRenderer = function(container, theme) {
this.$markerFront.update(this.layerConfig);
this.$cursorLayer.update(this.layerConfig);
this.$updateScrollBar();
this.scrollCursorIntoView();
return;
}