0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/client/routes/editor
Felix Rieseberg ce9d590f34 Ensure Post Image Uploader Reset
Closes #4431

- The PSM does not reset on a transition from editor (existing post) to
editor (new post). If the existing post had a cover image, the image
uploader would not be reset during the transition and appear slightly
broken in the editor for the new post.
- In this PR: A reference to the uploader is saved, allowing the route
for editor/new to instruct the PSM controller to have the uploader
reset.
2014-11-24 09:43:17 -08:00
..
edit.js Save meta title and meta desc on post save 2014-11-03 21:11:04 -07:00
index.js Refactored Editor Routing 2014-06-11 12:18:44 -06:00
new.js Ensure Post Image Uploader Reset 2014-11-24 09:43:17 -08:00