Commit 65a98faf authored by Ilya Kirillov's avatar Ilya Kirillov

Исправлен с удалением, допущенный при рефакторинге.

parent 4e77a5a2
...@@ -4058,7 +4058,7 @@ CDocument.prototype.Paragraph_ClearFormatting = function() ...@@ -4058,7 +4058,7 @@ CDocument.prototype.Paragraph_ClearFormatting = function()
this.Document_UpdateSelectionState(); this.Document_UpdateSelectionState();
this.Document_UpdateInterfaceState(); this.Document_UpdateInterfaceState();
}; };
CDocument.prototype.Remove = function(Count, bOnlyText, bRemoveOnlySelection, bOnTextAdd) CDocument.prototype.Remove = function(nDirection, bOnlyText, bRemoveOnlySelection, bOnTextAdd)
{ {
// TODO: Пересчет нужно перенести сюда, и убрать из контроллеров // TODO: Пересчет нужно перенести сюда, и убрать из контроллеров
if (undefined === bRemoveOnlySelection) if (undefined === bRemoveOnlySelection)
......
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