mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 02:03:07 +08:00
fix(mailto): fix incorrect calling of draft popout from mailto
This commit is contained in:
parent
269b35ebca
commit
5fa91c67c1
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ class DraftStore
|
|||
draft[attr] = ContactStore.parseContactsInString(query[attr])
|
||||
|
||||
@_finalizeAndPersistNewMessage(draft).then ({draftClientId}) =>
|
||||
@_onPopoutDraftClientId({draftClientId})
|
||||
@_onPopoutDraftClientId(draftClientId)
|
||||
|
||||
_onDestroyDraft: (draftClientId) =>
|
||||
session = @_draftSessions[draftClientId]
|
||||
|
|
Loading…
Reference in a new issue