bring back animated scroll property
This commit is contained in:
parent
6caba032dd
commit
b5898374b2
1 changed files with 8 additions and 0 deletions
|
|
@ -930,6 +930,14 @@ var Editor = function(renderer, session) {
|
|||
return this.$highlightSelectedWord;
|
||||
};
|
||||
|
||||
this.setAnimatedScroll = function(shouldAnimate){
|
||||
this.renderer.setAnimatedScroll(shouldAnimate);
|
||||
};
|
||||
|
||||
this.getAnimatedScroll = function(){
|
||||
return this.renderer.getAnimatedScroll();
|
||||
};
|
||||
|
||||
/**
|
||||
* Editor.setShowInvisibles(showInvisibles)
|
||||
* - showInvisibles (Boolean): Specifies whether or not to show invisible characters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue