mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 05:14:59 +00:00
ad7c964cd1
Unlike other browsers, Safari maintains focus on elements even when they are hidden. And since the composer is fixed-positioned when hidden, closing the composer on a topic with several replies causes Safari to scroll the window up. Deliberately blurring the focused element fixes the issue.