mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 05:51:01 +08:00
![]() When clicking the "new features" notification item for admins that navigates to /whats-new, the user notification menu was not closing. This was happening because inside the UserMenu::Menu component, the `routeDidChange` event was firing and calling `closeUserMenu()`, however this is already called inside the `Header` component via `toggleHamburger()`. This is _only_ happening for the "new features" notification item, other items have already been destroyed and they do not get the `routeDidChange` event. No idea why, but this fixes the issue in a global way. |
||
---|---|---|
.. | ||
components/chat | ||
fabricators | ||
integration | ||
jobs | ||
lib | ||
mailers | ||
models | ||
queries/chat | ||
requests | ||
serializer | ||
services | ||
support | ||
system | ||
validators | ||
plugin_helper.rb | ||
plugin_spec.rb |