mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
73f76de7fc
Summary: - Fixes bug with Composer focus caused by injected component. The composer body was being focused, but the cursor remained at the beginning of the content instead of at the end. This was caused because the focus method was being called before the content had actually been rendered to the dom. - Adds a callback to check when injected comp was actually rendered, and uses that to focus the body at the correct time. - Updates specs - Updates behavior of focusing composer body when selecting threads in split mode -- resolves #T3444 - It will focus the body when a thread is selcted via a click - It wont focus the body when a thread is selected via arrow keys - It will focus the body when a new inline reply is created - Updates specs Test Plan: - Unit tests Reviewers: evan, bengotow Reviewed By: bengotow Differential Revision: https://phab.nylas.com/D2393 |
||
---|---|---|
.. | ||
clipboard-service-spec.coffee | ||
contenteditable-component-spec.cjsx | ||
editable-list-spec.jsx | ||
evented-iframe-spec.cjsx | ||
injected-component-set-spec.jsx | ||
multiselect-list-interaction-handler-spec.coffee | ||
multiselect-split-interaction-handler-spec.coffee | ||
tokenizing-text-field-spec.cjsx |