Commit bebfe509 authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47356 954022d7-b5bf-4e40-9824-e11837661b57
parent 66b746c2
......@@ -661,8 +661,11 @@ asc_docs_api.prototype.sync_EndCatchSelectedElements = function()
{
this.asc_fireCallback("asc_onFocusObject", this.SelectedObjectsStack);
}
asc_docs_api.prototype.getSelectedElements = function()
asc_docs_api.prototype.getSelectedElements = function(bUpdate)
{
if ( true === bUpdate )
editor.WordControl.m_oLogicDocument.Document_UpdateInterfaceState();
return this.SelectedObjectsStack;
}
asc_docs_api.prototype.sync_ChangeLastSelectedElement = function(type, obj)
......
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