EComposerPrivate - Selection is not restored where it was saved for Templates or Drafts
This commit is contained in:
@ -907,7 +907,7 @@ composer_move_caret (EMsgComposer *composer)
|
||||
"",
|
||||
NULL);
|
||||
|
||||
if (is_message_from_edit_as_new) {
|
||||
if (is_message_from_edit_as_new && !is_message_from_draft) {
|
||||
element = WEBKIT_DOM_ELEMENT (body);
|
||||
e_html_editor_selection_block_selection_changed (editor_selection);
|
||||
goto move_caret;
|
||||
|
||||
Reference in New Issue
Block a user