discourse/app/assets
Renato Atilio 7568e732cc
FIX: resume editing when through /new-message (#29637)
"Resume editing" would do nothing when going through the `/new-message` flow.

This seems to be broken since [this commit](b0f6d074be). which moved `this._setModel` calls around – the same we're doing now, but to different places: the first one needs to happen after the `draft.data` has been set , while the second needs to happen before the `this.open` call.
2024-11-07 17:39:58 -03:00
..
images FIX: Use correct location for wizard background image (#24183) 2023-10-31 15:57:47 +00:00
javascripts FIX: resume editing when through /new-message (#29637) 2024-11-07 17:39:58 -03:00
stylesheets UX: Apply admin table classes for consistent mobile styling on the API keys page (#29630) 2024-11-06 18:38:25 -07:00