Reset scroll after search.

This commit is contained in:
Christian Bastian
2024-04-04 01:12:26 -04:00
parent 7e13e36675
commit 45ffdca6a5

View File

@@ -2951,6 +2951,7 @@ class ModelTab {
this.elements.modelContentFilter,
showModelInfoView,
);
this.element.parentElement.scrollTop = 0;
}
this.updateModelGrid = updateModelGrid;