mirror of https://github.com/keeweb/keeweb
fixed scrolled entry modification
parent
fddf2892cd
commit
b16c23190b
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue