Commit f9a14114 authored by Anna.Pavlova's avatar Anna.Pavlova

Правка : не работал Drag'n'Drop во внутренних контентах мат объектов

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@65442 954022d7-b5bf-4e40-9824-e11837661b57
parent 17fbe62e
......@@ -1500,6 +1500,11 @@ CMathBase.prototype.Get_ParaContentPosByXY = function(SearchPos, Depth, _CurLine
SearchPos.Pos.Update2(nFindIndex, Depth);
}
if (SearchPos.InText == true)
{
SearchPos.InTextPos.Update( nFindIndex, Depth );
}
return bResult;
};
......
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