discourse/app/assets
Ted Johansson 408579e6b2
FIX: Make CookText component reactive (#23709)
When navigating between renewables through the Ember router, e.g. through the links in the notifications menu the body of the reviewable (rendered by the CookText component) won't update, resulting in the same post body incorrectly being shown for all subsequent reviewables.

This is happening because there is no update path between the rawText attribute being passed to CookText and the computed cooked attribute, since this is being set explicitly using an async function.

This PR adds the missing link between rawText and cooked by listening for didUpdate and triggering the async function.
2023-09-29 10:55:16 +02:00
..
images
javascripts FIX: Make CookText component reactive (#23709) 2023-09-29 10:55:16 +02:00
stylesheets FIX: allow history modal columns to shrink width (#23700) 2023-09-28 10:31:24 -04:00