# '편집 계속'을 클릭한 후 더 이상 초고가 자동으로 저장되지 않습니다

**URL:** https://meta.discourse.org/t/draft-is-no-longer-automatically-saved-after-you-click-keep-editing/363367
**Category:** Bug
**Tags:** drafts
**Created:** [4월 24, 2025, 10:34오후 UTC](https://meta.discourse.org/t/draft-is-no-longer-automatically-saved-after-you-click-keep-editing/363367 "2025-04-24T22:34:12Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![davidb](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/davidb/32/554671_2.png) [@davidb](https://meta.discourse.org/u/davidb)
#### Post date: [5월 26, 2025, 2:05오후 UTC](https://meta.discourse.org/t/draft-is-no-longer-automatically-saved-after-you-click-keep-editing/363367/6 "2025-05-26T14:05:27Z")

</div>

이제 이 커밋으로 수정되어야 합니다:

> <https://github.com/discourse/discourse/commit/804bdcfe5fba814dca4d5d267d28232f1a7578e9>
>
> Fixes a bug where clicking keep editing in the discard modal dialog
> would result… in the composer auto save being disabled. Because of this
> updates to drafts after this point can easily be lost.
> 
> The issue was that the \`cancelComposer\` was not resolving the promise,
> and therefore not setting \`skipAutoSave\` to false in the final step.
> 
> This change also includes another fix for an issue that was revealed
> where the discard draft dialog would continually open again after we
> close it. This would happen when editing a draft while viewing a
> different topic. It wasn't noticed before as the \`keep editing\` button
> would result in the code hanging at the \`await
> this.cancelComposer(opts)\` stage and not opening the composer again for
> the new topic reply.

---

_[View the full topic](https://meta.discourse.org/t/draft-is-no-longer-automatically-saved-after-you-click-keep-editing/363367)._
