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

Сделано, чтобы при применении выделения текста курсор ставился в место, где...

Сделано, чтобы при применении выделения текста курсор ставился в место, где произошел MouseUp (баг 23983).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55889 954022d7-b5bf-4e40-9824-e11837661b57
parent ebf3a8ef
......@@ -9870,7 +9870,7 @@ CDocument.prototype =
this.Create_NewHistoryPoint();
this.Paragraph_Add( ParaItem );
this.Cursor_MoveLeft(false, false);
this.Cursor_MoveAt(X, Y, false);
this.Document_UpdateSelectionState();
editor.sync_MarkerFormatCallback( true );
......
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