fix Bug 32838

This commit is contained in:
Sergey Luzyanin
2016-07-20 12:18:08 +03:00
parent 29f0bacda4
commit b5b6865f13

View File

@ -1951,13 +1951,7 @@ background-repeat: no-repeat;\
var _logicDoc = this.WordControl.m_oLogicDocument;
if (!_logicDoc)
return;
if (false === _logicDoc.Document_Is_SelectionLocked(changestype_Paragraph_Content))
{
History.Create_NewPoint(AscDFH.historydescription_Cut);
_logicDoc.Remove(1, true, true);
_logicDoc.Document_UpdateSelectionState();
}
_logicDoc.Remove(1, true, true);
};
asc_docs_api.prototype.onSaveCallback = function(e)