EComposerPrivate - Selection is not restored where it was saved for Templates or Drafts

This commit is contained in:
Tomas Popela
2015-09-24 12:56:48 +02:00
parent b451c4373a
commit c159cee0e7

View File

@ -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;