mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 02:30:57 +08:00
4f328089d6
We have CSS animations which depend on the timeline/progress being completely cleared when navigating from one topic directly to another. This always worked because our loading component would clear the entire page between topics but with our new experimental loading component the DOM was being re-used. This patch ensures that the timeline is removed completely from the DOM if the topic changes. |
||
---|---|---|
.. | ||
assets | ||
controllers | ||
helpers | ||
jobs | ||
mailers | ||
models | ||
serializers | ||
services | ||
views |