Skip to content

Do not scroll top in the search changed handler

Lars Wrenger requested to merge wrenger/gnome-software:main into main

gs_search_page_set_text already reloads the page (and scrolls to the top) if the text really did change. This fixes a bug where we sometimes scroll to the top after exiting the details page.

Also some signal-blocking functions have been removed, as they are not working anymore.

This solves #643 (closed)

Merge request reports