Commit 5a02f947 authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

shift + cursor_moveLeft/cursor_moveRight (стрелка вправо/влево) без захода...

shift + cursor_moveLeft/cursor_moveRight (стрелка вправо/влево) без захода обратно в мат объект, если начали селектить в нем

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@53094 954022d7-b5bf-4e40-9824-e11837661b57
parent 8bc55e4d
......@@ -1086,5 +1086,13 @@ CMathBase.prototype =
}
return SelectContent;
},
goToLeftSelect: function()
{
return this.Parent.goToLeftSelect();
},
goToRightSelect: function()
{
return this.Parent.goToRightSelect();
}
}
This diff is collapsed.
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