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

Исправлен баг с набором текста в декстопной версии.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57752 954022d7-b5bf-4e40-9824-e11837661b57
parent 9624a56e
...@@ -455,6 +455,9 @@ CHistory.prototype = ...@@ -455,6 +455,9 @@ CHistory.prototype =
Is_SimpleChanges : function() Is_SimpleChanges : function()
{ {
if (this.Index - this.RecIndex !== 1)
return [];
if ( this.Index >= 0 && this.Points[this.Index].Items.length > 0 ) if ( this.Index >= 0 && this.Points[this.Index].Items.length > 0 )
{ {
// Считываем изменения, начиная с последней точки, и смотрим что надо пересчитать. // Считываем изменения, начиная с последней точки, и смотрим что надо пересчитать.
......
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