mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 10:59:30 +03:00
c19f5b9c51
no issue - if a post was saved before the body content was edited you would get stuck with an "Are you sure you want to leave?" modal even though you had already saved - the editor saw the post as being in a dirty state because the `mobiledoc` and `scratch` value were null but after saving the `mobiledoc` value was set to an blank mobiledoc object as returned by the API - updated the `post` model save method to reset the `scratch` value if the returned `mobiledoc` no longer matches |
||
---|---|---|
.. | ||
api-key.js | ||
integration.js | ||
invite.js | ||
member.js | ||
navigation-item.js | ||
notification.js | ||
page.js | ||
post.js | ||
role.js | ||
setting.js | ||
slack-integration.js | ||
subscriber.js | ||
tag.js | ||
theme.js | ||
unsplash-integration.js | ||
user.js | ||
webhook.js |