compose: In topic or DM narrow, compose progress is lost when event queue expires #1470
Labels
a-compose
Compose box, autocomplete, attaching files/images
Milestone
To reproduce:
Expected behavior: The text in the compose box is still there
Actual behavior: The text is cleared
In f1646c4,
_ComposeBoxState
started usingPerAccountStoreAwareStateMixin
. For DM and topic narrows, itsonNewStore
implementation drops theFixedDestinationComposeBoxController
on the floor (without callingdispose
) and makes a new one. It should only make a new one if it's the first time it's called.Code:
Possible fix (untested):
Assigning @PIG208 as the author of f1646c4.
The text was updated successfully, but these errors were encountered: