mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-06-28 17:25:29 -04:00
Fixes regression caused by https://github.com/FreshRSS/FreshRSS/pull/8335 To reproduce it, open any dropdown in the aside, reload the page, and try to open the same dropdown - it will disappear To explain the issue more clearly, the dropdown menu wouldn't show because earlier its opacity is set to 0%, and after clicking the same dropdown after a page reload, the hashchange event wouldn't trigger to restore the previous opacity, and also the second listener would trigger to remove the dropdown if you opened it again. Maybe https://github.com/FreshRSS/FreshRSS/issues/6156 is relevant here Also a CSS change to stop showing the dropdown toggle icon of the previously opened dropdown after a page reload while the dropdown was open.