mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Ran into an issue with these hooks preventing click events on anchors from completing (because the triggered rerender cancels the click). See: https://github.com/discourse/discourse-header-search/pull/24 This change should have no effect on existing usage of these hooks. Current usage is limited to: - legacy navigation (should be a no-op) - reactions plugin (should be a no-op) - discourse-header-search (will fix the issue!)