add scrollToLine to the mockrenderer
- need implementation
This commit is contained in:
parent
08a783d050
commit
076706d6f8
1 changed files with 3 additions and 0 deletions
|
|
@ -94,6 +94,9 @@ MockRenderer.prototype.updateCursor = function(position) {
|
|||
this.cursor.column = position.column;
|
||||
};
|
||||
|
||||
MockRenderer.prototype.scrollToLine = function(row) {
|
||||
};
|
||||
|
||||
MockRenderer.prototype.scrollCursorIntoView = function() {
|
||||
if (this.cursor.row < this.layerConfig.firstVisibleRow) {
|
||||
this.scrollToRow(this.cursor.row);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue