update scrollbar when inserting new line in the middle of the document
fixes regression from 9f1d8af937
This commit is contained in:
parent
43f1788ad4
commit
b3e4d33e02
1 changed files with 1 additions and 1 deletions
|
|
@ -798,7 +798,7 @@ var VirtualRenderer = function(container, theme) {
|
|||
this.$markerBack.update(this.layerConfig);
|
||||
}
|
||||
|
||||
if (changes & this.CHANGE_SIZE) {
|
||||
if (changes & this.CHANGE_SIZE || changes & this.CHANGE_LINES) {
|
||||
this.$updateScrollBarV();
|
||||
this.$updateScrollBarH();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue