mirror of
https://github.com/zulip/zulip.git
synced 2026-06-15 21:01:31 +08:00
In Chrome, the loading spinners on the Bots and Deactivated Users pages were not visible due to the `filter` elements having duplicate IDs across the different pages. (There are multiple `filter` elements with the ID `uil-ring-shadow` on the page.) To solve this, when generating a new loading SVG element, we append the container element's ID to the filter's ID, thus preventing any duplicates. Fix #8620.
14 lines
2.3 KiB
Handlebars
14 lines
2.3 KiB
Handlebars