mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
fadeTo is not a good method to hide elements since it sets opacity to 0 in which the element still can consume space and be clickable. We set it's display to None using fadeOut method. Also, allow this method to be called via ui_report.error.
34 KiB
34 KiB