Revert "Reset scroll after search."

This reverts commit f5b886621c.
This commit is contained in:
Christian Bastian
2024-04-04 01:11:47 -04:00
parent f5b886621c
commit 7e13e36675

View File

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