mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
fix(draft): DraftCountStore updates after send now
This commit is contained in:
parent
94226ad9be
commit
cbf9c9b9e7
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ class DraftStore
|
|||
@listenTo Actions.composeReply, @_onComposeReply
|
||||
@listenTo Actions.composeForward, @_onComposeForward
|
||||
@listenTo Actions.composeReplyAll, @_onComposeReplyAll
|
||||
@listenTo Actions.sendDraftSuccess, => @trigger()
|
||||
@listenTo Actions.composePopoutDraft, @_onPopoutDraftClientId
|
||||
@listenTo Actions.composeNewBlankDraft, @_onPopoutBlankDraft
|
||||
@listenTo Actions.draftSendingFailed, @_onDraftSendingFailed
|
||||
|
|
Loading…
Reference in a new issue