mirror of
https://github.com/discourse/discourse.git
synced 2025-03-29 09:36:39 +08:00

Fixes an issue where when selecting a topic search result we were refreshing the page rather than letting `DiscourseURL` redirect us to the given topic. This was because we were leaning on a `a` tag and it's href to handle the redirect
3aeff56faf/app/assets/javascripts/discourse/app/components/search-menu/results/types.hbs (L15-L16)
rather than `preventDefault`'ing the redirect