Commit aa538911 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

при Cut не создавалась точка в истории

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68841 954022d7-b5bf-4e40-9824-e11837661b57
parent bb33b86c
......@@ -359,6 +359,7 @@ function Editor_Copy(api, bCut)
ElemToSelect.innerHTML = "";
Editor_Copy_Event(e, ElemToSelect);
api.WordControl.m_oLogicDocument.Create_NewHistoryPoint(historydescription_Document_CutHotKey);
api.WordControl.m_oLogicDocument.Remove(1, true, true);
api.WordControl.m_oLogicDocument.Document_UpdateSelectionState();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment