Dragging and dropping a file attachment now triggers draft banner
Review Request #7672 — Created Oct. 1, 2015 and submitted — Latest diff uploaded
Previously, dragging and dropping a file attachment would not trigger
the draft banner to appear. This was because saving a file attachment
did not update the editor's state that a draft exists. This has been
rectified.
- Ran JS tests.
- Dropped a file attachment onto the review request without a draft
existing. The draft banner appeared and clicking 'publish' worked
correctly.