Commit 2b31a904 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #35181

parent be501b16
......@@ -8475,7 +8475,7 @@ CDocumentContent.prototype.RemoveTextSelection = function()
this.RemoveSelection();
}
};
CDocumentContent.prototype.CanUpdateTatget = function(CurPage)
CDocumentContent.prototype.CanUpdateTarget = function(CurPage)
{
if (this.Pages.length <= 0)
return false;
......
......@@ -272,7 +272,7 @@ CBlockLevelSdt.prototype.Get_NearestPos = function(CurPage, X, Y, bAnchor, Drawi
};
CBlockLevelSdt.prototype.CanUpdateTarget = function(CurPage)
{
return this.Content.CanUpdateTatget(CurPage);
return this.Content.CanUpdateTarget(CurPage);
};
CBlockLevelSdt.prototype.MoveCursorLeft = function(AddToSelect, Word)
{
......
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