mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 05:44:59 +00:00
What is the problem? This regressed in fe294ab1a77c1026b6996550eb8c36b6f07e1b73 and we did not have any tests on mobile to catch the regression. The problem was that we were conditionally rendering the edit nav menu modals component in the sidebar. However, the sidebar is collapsed on mobile when a button is clicked. When the sidebar collapses, the edit nav menu modals ended up being destroyed with it.