mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 01:58:12 +08:00
DEV: Draft check async when starting new PM
When the sequence is missng, the draft check is done synchronously and it results in iOS devices not launching the keyboard.
This commit is contained in:
parent
3e543dfa18
commit
e49212d0bc
|
@ -85,6 +85,7 @@ const ApplicationRoute = DiscourseRoute.extend(OpenComposer, {
|
|||
recipients,
|
||||
archetypeId: "private_message",
|
||||
draftKey: Composer.NEW_PRIVATE_MESSAGE_KEY,
|
||||
draftSequence: 0,
|
||||
reply,
|
||||
title
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user