Reset scroll after search.

This commit is contained in:
Christian Bastian
2024-04-04 01:07:05 -04:00
parent d32a732e07
commit f5b886621c

View File

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