fixed scrolled entry modification

pull/1777/head
antelle 2021-03-20 20:26:29 +01:00
parent fddf2892cd
commit b16c23190b
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 0 deletions

View File

@ -371,6 +371,7 @@ class ListView extends View {
const scrollTop = this.itemsEl[0].scrollTop;
this.render();
this.itemsEl[0].scrollTop = scrollTop;
this.renderVisibleItems();
}
itemDragStart(e) {